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 /luamem.c | |
| parent | 0e2297afaad68e955e459a888a8c35213a6189fd (diff) | |
| download | lua-a7ca46405d71ec970361cf0fd55244f22b171fd7.tar.gz lua-a7ca46405d71ec970361cf0fd55244f22b171fd7.tar.bz2 lua-a7ca46405d71ec970361cf0fd55244f22b171fd7.zip | |
unused "#include".v2.4
Diffstat (limited to 'luamem.c')
| -rw-r--r-- | luamem.c | 5 |
1 files changed, 1 insertions, 4 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) |
