aboutsummaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
Diffstat (limited to 'pp.h')
-rw-r--r--pp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pp.h b/pp.h
deleted file mode 100644
index 462fd0c..0000000
--- a/pp.h
+++ /dev/null
@@ -1,8 +0,0 @@
-struct location;
-
-void ppinit(const char *);
-
-void next(void);
-_Bool peek(int);
-char *expect(int, const char *);
-_Bool consume(int);