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;
struct {
char code;
char *name;
const char *name;
} core;
/* ast types */
struct {