mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-22 07:09:18 +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;
|
||||
struct {
|
||||
char code;
|
||||
char *name;
|
||||
const char *name;
|
||||
} core;
|
||||
/* ast types */
|
||||
struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue