aboutsummaryrefslogtreecommitdiff
path: root/compiler/print.h
diff options
context:
space:
mode:
authorCamil Staps2016-08-25 20:29:50 +0200
committerCamil Staps2016-08-25 20:29:50 +0200
commit821939c6a6eb5761708146783ebd562422c2a7f7 (patch)
treedd26b29c65431801f4ca45d6952b7806534f9c8c /compiler/print.h
parentRemove unnecessary includes (diff)
pedantic
Diffstat (limited to 'compiler/print.h')
-rw-r--r--compiler/print.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/compiler/print.h b/compiler/print.h
deleted file mode 100644
index 5909087..0000000
--- a/compiler/print.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _H_PRINT
-#define _H_PRINT
-
-#include "syntax.h"
-
-void print_token(token*);
-void print_token_list(token_list*);
-
-void print_expression(expression*);
-void print_rewrite_rule(rewrite_rule*);
-void print_fuspel(fuspel*);
-
-#endif