summaryrefslogtreecommitdiff
path: root/src/syntax.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-04-09 16:21:20 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-04-09 16:21:20 -0700
commite4ecdc9c71af4199129d5dd2db1a32ff6b725fe4 (patch)
treeafb0c17eaebee78b917acf498b95bd9a02c7cd4e /src/syntax.h
parent45e9f7da84c1bd3fc0d36d05c5708ed3b2d3a193 (diff)
downloademacs-e4ecdc9c71af4199129d5dd2db1a32ff6b725fe4.tar.gz
* syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not MOST_POSITIVE_FIXNUM.
Diffstat (limited to 'src/syntax.h')
-rw-r--r--src/syntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.h b/src/syntax.h
index 3f5e6a63e25..6edb1585795 100644
--- a/src/syntax.h
+++ b/src/syntax.h
@@ -258,7 +258,7 @@ do \
else if (EQ (gl_state.object, Qt)) \
{ \
gl_state.b_property = 0; \
- gl_state.e_property = MOST_POSITIVE_FIXNUM; \
+ gl_state.e_property = PTRDIFF_MAX; \
gl_state.offset = 0; \
} \
else \