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:
884ff0e
)
Add extern declarations for Qdowncase, Qflippedcase, Q_lowercase,
author
tomo
<tomo>
Mon, 26 Aug 2002 08:44:15 +0000
(08:44 +0000)
committer
tomo
<tomo>
Mon, 26 Aug 2002 08:44:15 +0000
(08:44 +0000)
Q_uppercase.
src/chartab.h
patch
|
blob
|
history
diff --git
a/src/chartab.h
b/src/chartab.h
index
e6d637b
..
9929b1f
100644
(file)
--- a/
src/chartab.h
+++ b/
src/chartab.h
@@
-42,6
+42,8
@@
EXFUN (Fput_char_attribute, 3);
EXFUN (Ffind_char, 1);
+extern Lisp_Object Qdowncase, Qflippedcase, Q_lowercase, Q_uppercase;
+
/************************************************************************/
/* Char-ID Tables */