mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 06:09:18 +02:00
Making magic escapes unambiguous.
This commit is contained in:
parent
54d10fe23a
commit
085afa48b2
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -24,7 +24,7 @@
|
|||
#include <sys/uio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define SEXP_IMAGE_MAGIC "\x07\x07chibi\n\0"
|
||||
#define SEXP_IMAGE_MAGIC "\a\achibi\n\0"
|
||||
#define SEXP_IMAGE_MAJOR_VERSION 1
|
||||
#define SEXP_IMAGE_MINOR_VERSION 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue