BIG CHANGE: functions have their own "constant table".

This commit is contained in:
Roberto Ierusalimschy
1997-07-30 19:00:50 -03:00
parent 1d7857bc63
commit 0892f0e5b7
12 changed files with 279 additions and 278 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: inout.h,v 1.19 1997/06/18 20:35:49 roberto Exp roberto $
** $Id: inout.h,v 1.20 1997/06/19 18:04:34 roberto Exp roberto $
*/
@@ -7,12 +7,13 @@
#define inout_h
#include "types.h"
#include "tree.h"
#include <stdio.h>
extern Word lua_linenumber;
extern Word lua_debugline;
extern char *lua_parsedfile;
extern TaggedString *lua_parsedfile;
void luaI_setparsedfile (char *name);