better error messages;

better names for some API functions.
This commit is contained in:
Roberto Ierusalimschy
1997-04-04 19:24:51 -03:00
parent 9319735744
commit 42fa305649
10 changed files with 107 additions and 100 deletions

View File

@@ -1,6 +1,6 @@
/*
** TeCGraf - PUC-Rio
** $Id: opcode.h,v 3.30 1997/03/20 19:20:43 roberto Exp roberto $
** $Id: opcode.h,v 3.31 1997/03/31 14:02:58 roberto Exp roberto $
*/
#ifndef opcode_h
@@ -35,6 +35,8 @@ typedef enum
#define NUM_TYPES 10
extern char *luaI_typenames[];
typedef enum {
/* name parm before after side effect
-----------------------------------------------------------------------------*/