diff options
Diffstat (limited to 'table.c')
-rw-r--r-- | table.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,9 +3,7 @@ | |||
3 | ** Module to control static tables | 3 | ** Module to control static tables |
4 | */ | 4 | */ |
5 | 5 | ||
6 | char *rcs_table="$Id: table.c,v 2.45 1996/02/12 18:32:40 roberto Exp roberto $"; | 6 | char *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" |