diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-05-06 13:59:00 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-05-06 13:59:00 -0300 |
| commit | a7ca46405d71ec970361cf0fd55244f22b171fd7 (patch) | |
| tree | 3d777f98deeb6d4aa96ac477afbe3563646dbb38 | |
| parent | 0e2297afaad68e955e459a888a8c35213a6189fd (diff) | |
| download | lua-a7ca46405d71ec970361cf0fd55244f22b171fd7.tar.gz lua-a7ca46405d71ec970361cf0fd55244f22b171fd7.tar.bz2 lua-a7ca46405d71ec970361cf0fd55244f22b171fd7.zip | |
unused "#include".v2.4
Diffstat (limited to '')
| -rw-r--r-- | luamem.c | 5 | ||||
| -rw-r--r-- | makefile | 18 |
2 files changed, 10 insertions, 13 deletions
| @@ -3,15 +3,12 @@ | |||
| 3 | ** TecCGraf - PUC-Rio | 3 | ** TecCGraf - PUC-Rio |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | char *rcs_mem = "$Id: mem.c,v 1.10 1996/03/21 16:31:32 roberto Exp roberto $"; | 6 | char *rcs_mem = "$Id: mem.c,v 1.11 1996/03/21 18:54:29 roberto Exp roberto $"; |
| 7 | 7 | ||
| 8 | #include <stdlib.h> | 8 | #include <stdlib.h> |
| 9 | #include <string.h> | ||
| 10 | #include <stdio.h> | ||
| 11 | 9 | ||
| 12 | #include "mem.h" | 10 | #include "mem.h" |
| 13 | #include "lua.h" | 11 | #include "lua.h" |
| 14 | #include "table.h" | ||
| 15 | 12 | ||
| 16 | 13 | ||
| 17 | #define mem_error() lua_error(memEM) | 14 | #define mem_error() lua_error(memEM) |
| @@ -1,4 +1,4 @@ | |||
| 1 | # $Id: makefile,v 1.24 1996/05/03 17:27:03 roberto Exp roberto $ | 1 | # $Id: makefile,v 1.25 1996/05/06 14:38:40 roberto Exp $ |
| 2 | 2 | ||
| 3 | #configuration | 3 | #configuration |
| 4 | 4 | ||
| @@ -49,14 +49,14 @@ lualib.a : $(LIBOBJS) | |||
| 49 | liblua.so.1.0 : lua.o | 49 | liblua.so.1.0 : lua.o |
| 50 | ld -o liblua.so.1.0 $(LUAOBJS) | 50 | ld -o liblua.so.1.0 $(LUAOBJS) |
| 51 | 51 | ||
| 52 | y.tab.c y.tab.h : lua.stx | 52 | #y.tab.c y.tab.h : lua.stx |
| 53 | yacc++ -d lua.stx | 53 | # yacc++ -d lua.stx |
| 54 | 54 | ||
| 55 | parser.c : y.tab.c | 55 | #parser.c : y.tab.c |
| 56 | sed -e 's/yy/luaY_/g' -e 's/malloc\.h/stdlib\.h/g' y.tab.c > parser.c | 56 | # sed -e 's/yy/luaY_/g' -e 's/malloc\.h/stdlib\.h/g' y.tab.c > parser.c |
| 57 | 57 | ||
| 58 | parser.h : y.tab.h | 58 | #parser.h : y.tab.h |
| 59 | sed -e 's/yy/luaY_/g' y.tab.h > parser.h | 59 | # sed -e 's/yy/luaY_/g' y.tab.h > parser.h |
| 60 | 60 | ||
| 61 | clear : | 61 | clear : |
| 62 | rcsclean | 62 | rcsclean |
| @@ -65,8 +65,8 @@ clear : | |||
| 65 | co lua.h lualib.h luadebug.h | 65 | co lua.h lualib.h luadebug.h |
| 66 | 66 | ||
| 67 | 67 | ||
| 68 | % : RCS/%,v | 68 | #% : RCS/%,v |
| 69 | co $@ | 69 | # co $@ |
| 70 | 70 | ||
| 71 | 71 | ||
| 72 | fallback.o : fallback.c mem.h fallback.h lua.h opcode.h types.h tree.h func.h \ | 72 | fallback.o : fallback.c mem.h fallback.h lua.h opcode.h types.h tree.h func.h \ |
