also making core form names const char*

This commit is contained in:
Alex Shinn 2010-03-22 15:19:48 +09:00
parent 0a9085fbbd
commit 87e80f85c0

View file

@ -240,7 +240,7 @@ struct sexp_struct {
} opcode; } opcode;
struct { struct {
char code; char code;
char *name; const char *name;
} core; } core;
/* ast types */ /* ast types */
struct { struct {