aboutsummaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index fd3ff6f..9584007 100644
--- a/pp.c
+++ b/pp.c
@@ -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];