diff src/syntax.h @ 5542:dab422055bab

Correct array bound for syntax_code_spec.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 08 Aug 2011 13:57:20 +0900
parents 308d34e9f07d
children c2301b2c88c8
line wrap: on
line diff
--- a/src/syntax.h	Mon Aug 08 13:57:19 2011 +0900
+++ b/src/syntax.h	Mon Aug 08 13:57:20 2011 +0900
@@ -262,7 +262,7 @@
    that character signifies (as a char).
    For example, (enum syntaxcode) syntax_spec_code['w'] is Sword. */
 
-extern const unsigned char syntax_spec_code[0400];
+extern const unsigned char syntax_spec_code[0200];
 
 /* Indexed by syntax code, give the letter that describes it. */