summaryrefslogtreecommitdiff
path: root/tok_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tok_util.h')
-rw-r--r--tok_util.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tok_util.h b/tok_util.h
deleted file mode 100644
index 21d3d30..0000000
--- a/tok_util.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef TOK_UTIL
-#define TOK_UTIL
-
-#include "lex.h"
-
-const char * get_token_description(enum TOKEN_TYPE t);
-void indicate_file_area(FILE* fd, size_t line, size_t column, size_t span);
-
-#endif /* TOK_UTIL */