i.m. "arith" and "order" splited for different operations

This commit is contained in:
Roberto Ierusalimschy
1997-03-20 16:20:43 -03:00
parent 88d7ffb0d0
commit 5d60470508
4 changed files with 150 additions and 121 deletions

View File

@@ -1,6 +1,6 @@
/*
** TeCGraf - PUC-Rio
** $Id: opcode.h,v 3.28 1997/03/11 18:44:28 roberto Exp roberto $
** $Id: opcode.h,v 3.29 1997/03/19 19:41:10 roberto Exp roberto $
*/
#ifndef opcode_h
@@ -14,6 +14,10 @@
#define FIELDS_PER_FLUSH 40
/*
* WARNING: if you change the order of this enumeration,
* grep "ORDER LUA_T"
*/
typedef enum
{
LUA_T_NIL = -9,