mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-06 20:56:38 +02:00
also making core form names const char*
This commit is contained in:
parent
0a9085fbbd
commit
87e80f85c0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue