aboutsummaryrefslogtreecommitdiff
path: root/table.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-14 15:25:04 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-14 15:25:04 -0300
commit45cf24485de6738b44cd9a68738ae6a11b3827db (patch)
tree1203d08f1ac7e7a4c94bdc3665596c33588a9e8e /table.c
parentc56e2b2e30364bf245d518bef5d4b896212c686a (diff)
downloadlua-45cf24485de6738b44cd9a68738ae6a11b3827db.tar.gz
lua-45cf24485de6738b44cd9a68738ae6a11b3827db.tar.bz2
lua-45cf24485de6738b44cd9a68738ae6a11b3827db.zip
useless #include.
Diffstat (limited to 'table.c')
-rw-r--r--table.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/table.c b/table.c
index 614a5c5e..722f8b17 100644
--- a/table.c
+++ b/table.c
@@ -3,9 +3,7 @@
3** Module to control static tables 3** Module to control static tables
4*/ 4*/
5 5
6char *rcs_table="$Id: table.c,v 2.45 1996/02/12 18:32:40 roberto Exp roberto $"; 6char *rcs_table="$Id: table.c,v 2.46 1996/02/14 13:35:51 roberto Exp roberto $";
7
8/*#include <string.h>*/
9 7
10#include "mem.h" 8#include "mem.h"
11#include "opcode.h" 9#include "opcode.h"