diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-07-25 16:38:02 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:29 -0400 |
commit | b6633a13bccc07f6f3e23ed06768217c5fc3fdc4 (patch) | |
tree | bedaa95323a55a5853b0bd22f008fcce4c36bd07 /lisc/parse.c | |
parent | 48f90356e0ab48307d34a21f918701e671d6d37e (diff) | |
download | roux-b6633a13bccc07f6f3e23ed06768217c5fc3fdc4.tar.gz |
finish spiller, now needs testing!
Diffstat (limited to 'lisc/parse.c')
-rw-r--r-- | lisc/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/parse.c b/lisc/parse.c index 1b9ad3b..e4c0f94 100644 --- a/lisc/parse.c +++ b/lisc/parse.c @@ -231,7 +231,7 @@ next() return t; } -static Blk * +Blk * blocka() { static Blk zblock; |