Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b80785d3
Commit
b80785d3
authored
Apr 01, 2005
by
Kenichi Handa
Browse files
(Vascii_upcase_table, Vascii_canon_table,
Vascii_eqv_table): Extern them.
parent
4873755c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/lisp.h
src/lisp.h
+2
-1
No files found.
src/lisp.h
View file @
b80785d3
...
...
@@ -1861,7 +1861,8 @@ extern Lisp_Object case_temp2;
NATNUMP (case_temp2)) \
? XFASTINT (case_temp2) : case_temp1)
extern
Lisp_Object
Vascii_downcase_table
;
extern
Lisp_Object
Vascii_downcase_table
,
Vascii_upcase_table
;
extern
Lisp_Object
Vascii_canon_table
,
Vascii_eqv_table
;
/* Number of bytes of structure consed since last GC. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment