summaryrefslogtreecommitdiff
path: root/inout.h
diff options
context:
space:
mode:
Diffstat (limited to 'inout.h')
-rw-r--r--inout.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/inout.h b/inout.h
index 2ad80308..db0e654a 100644
--- a/inout.h
+++ b/inout.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: inout.h,v 1.11 1996/01/22 17:40:00 roberto Exp roberto $ 2** $Id: inout.h,v 1.12 1996/01/26 14:05:28 roberto Exp roberto $
3*/ 3*/
4 4
5 5
@@ -10,7 +10,6 @@
10 10
11 11
12extern Word lua_linenumber; 12extern Word lua_linenumber;
13extern Bool lua_debug;
14extern Word lua_debugline; 13extern Word lua_debugline;
15extern char *lua_parsedfile; 14extern char *lua_parsedfile;
16 15