1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

header "stdlib.h" was missing (gcc does not warn that)

This commit is contained in:
Roberto Ierusalimschy
1995-02-06 17:35:09 -02:00
parent b36cd823b1
commit 7c342c488e
+2 -1
View File
@@ -3,9 +3,10 @@
** TecCGraf - PUC-Rio
*/
char *rcs_opcode="$Id: opcode.c,v 3.32 1995/01/27 17:19:06 celes Exp roberto $";
char *rcs_opcode="$Id: opcode.c,v 3.33 1995/02/02 20:05:37 roberto Exp roberto $";
#include <setjmp.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>