Commit c6491210 by Zack Weinberg Committed by Zack Weinberg

* cppinit.c: Fix thinko in previous patch.

From-SVN: r32327
parent 72c602fc
2000-03-04 Zack Weinberg <zack@wolery.cumb.org>
* cppinit.c: Fix thinko in previous patch.
Sat Mar 4 11:32:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
......
......@@ -216,7 +216,7 @@ enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
#else
#define ISTABLE unsigned char _cpp_IStable[256] = { 0 }; \
static void init_IStable PARAMS ((void)) { \
unsigned char *x = id;
unsigned char *x = _cpp_IStable;
#define END }
#define s(p, v) x[p] = v;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment