Add extern declarations for Qdowncase, Qflippedcase, Q_lowercase,
authortomo <tomo>
Mon, 26 Aug 2002 08:44:15 +0000 (08:44 +0000)
committertomo <tomo>
Mon, 26 Aug 2002 08:44:15 +0000 (08:44 +0000)
Q_uppercase.

src/chartab.h

index e6d637b..9929b1f 100644 (file)
@@ -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                              */