diff options
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ peek(int kind) } char * -expect(int kind, const char *msg) +expect(enum tokenkind kind, const char *msg) { char *lit, want[64], got[64]; |