aboutsummaryrefslogtreecommitdiff
path: root/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'lex.h')
-rw-r--r--lex.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/lex.h b/lex.h
deleted file mode 100644
index 44172325..00000000
--- a/lex.h
+++ /dev/null
@@ -1,18 +0,0 @@
1/*
2** lex.h
3** TecCGraf - PUC-Rio
4** $Id: lex.h,v 1.3 1996/11/08 12:49:35 roberto Exp roberto $
5*/
6
7#ifndef lex_h
8#define lex_h
9
10#include "zio.h"
11
12void lua_setinput (ZIO *z);
13void luaI_syntaxerror (char *s);
14int luaY_lex (void);
15void luaI_addReserved (void);
16
17
18#endif