lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 7a38bdd4b3649366fe51afa504cbbd94167e4262
parent 7614b17e85b00b3aaeb282011414a3e533cc9499
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Wed, 24 Jul 1996 14:55:37 -0300

"exit" is defined in "stdlib".

Diffstat:
Mopcode.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/opcode.c b/opcode.c @@ -3,11 +3,12 @@ ** TecCGraf - PUC-Rio */ -char *rcs_opcode="$Id: opcode.c,v 3.69 1996/05/28 21:07:32 roberto Exp roberto $"; +char *rcs_opcode="$Id: opcode.c,v 3.70 1996/06/10 19:36:24 roberto Exp roberto $"; #include <setjmp.h> #include <stdio.h> #include <string.h> +#include <stdlib.h> #include "luadebug.h" #include "mem.h"