pointer.sh

This commit is contained in:
Jan Nieuwenhuizen 2019-10-30 10:32:47 +01:00
parent c53332db9f
commit 6269f2c7e2
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ cstring='s,C(STRING) \(([^()]*)\),cell_bytes (STRING (\2)),'
struct='s,SCM,struct scm*,g'
sed -ri \
-e 's,POINTER_CELLS=0,POINTER_CELLS=1', \
-e 's,#define POINTER_CELLS 0,#define POINTER_CELLS 1', \
-e "$ncbytes" \
-e "$cbytes" \
@ -66,4 +67,5 @@ sed -ri \
src/struct.c \
src/symbol.c \
src/vector.c \
src/test/gc.c
src/test/gc.c \
simple.make