diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-03-19 13:50:24 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-03-19 13:50:24 -0300 |
commit | 7e0be1fbde80d72886e11bcbf114a8dbf6d5e1d9 (patch) | |
tree | 8d32378e30754671340463a6cb5466b49c4c01e5 /func.c | |
parent | 54ba642cc368c29d85e57fea85f963c01808e210 (diff) | |
download | lua-7e0be1fbde80d72886e11bcbf114a8dbf6d5e1d9.tar.gz lua-7e0be1fbde80d72886e11bcbf114a8dbf6d5e1d9.tar.bz2 lua-7e0be1fbde80d72886e11bcbf114a8dbf6d5e1d9.zip |
unused "#include"
Diffstat (limited to 'func.c')
-rw-r--r-- | func.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | #include <stdio.h> | 1 | #include <stdlib.h> |
2 | 2 | ||
3 | #include "luadebug.h" | 3 | #include "luadebug.h" |
4 | #include "table.h" | 4 | #include "table.h" |