projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3dbe2c
)
(SYNTAX_CODE_UNSAFE): Use <enum syntaxcode> instead of <EMACS_INT>.
author
tomo
<tomo>
Fri, 30 Jul 2004 21:26:18 +0000
(21:26 +0000)
committer
tomo
<tomo>
Fri, 30 Jul 2004 21:26:18 +0000
(21:26 +0000)
src/syntax.h
patch
|
blob
|
history
diff --git
a/src/syntax.h
b/src/syntax.h
index
9ff8a82
..
0a650e7
100644
(file)
--- a/
src/syntax.h
+++ b/
src/syntax.h
@@
-85,7
+85,7
@@
INLINE_HEADER enum syntaxcode
SYNTAX_CODE_UNSAFE (Lisp_Char_Table *table, Emchar c)
{
Lisp_Object code = CHAR_TABLE_VALUE_UNSAFE (table, c);
- EMACS_INT ret = Spunct;
+ enum syntaxcode ret = Spunct;
if (CONSP (code))
code = XCAR (code);