diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-08-17 19:22:44 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-08-17 19:22:44 -0300 |
| commit | 0ec3a214512987e998ce580247afb7cab1f111aa (patch) | |
| tree | 30088139ff66bb50781b9d7ccc39d4e7d9426c25 | |
| parent | 0624540eef9d348392c926024797e582b7e6e2cf (diff) | |
| download | lua-0ec3a214512987e998ce580247afb7cab1f111aa.tar.gz lua-0ec3a214512987e998ce580247afb7cab1f111aa.tar.bz2 lua-0ec3a214512987e998ce580247afb7cab1f111aa.zip | |
inclui 'lua.h' que contem prototipos das funcoes 'lua_errorfunction' e
'lua_error'.
| -rw-r--r-- | inout.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -4,7 +4,7 @@ | |||
| 4 | ** facilities. | 4 | ** facilities. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | char *rcs_inout="$Id: inout.c,v 1.2 1993/12/22 21:15:16 roberto Exp celes $"; | 7 | char *rcs_inout="$Id: inout.c,v 2.1 1994/07/19 21:27:18 celes Exp roberto $"; |
| 8 | 8 | ||
| 9 | #include <stdio.h> | 9 | #include <stdio.h> |
| 10 | #include <string.h> | 10 | #include <string.h> |
| @@ -14,6 +14,7 @@ char *rcs_inout="$Id: inout.c,v 1.2 1993/12/22 21:15:16 roberto Exp celes $"; | |||
| 14 | #include "inout.h" | 14 | #include "inout.h" |
| 15 | #include "table.h" | 15 | #include "table.h" |
| 16 | #include "tree.h" | 16 | #include "tree.h" |
| 17 | #include "lua.h" | ||
| 17 | 18 | ||
| 18 | /* Exported variables */ | 19 | /* Exported variables */ |
| 19 | int lua_linenumber; | 20 | int lua_linenumber; |
