소스 검색

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

Roberto Ierusalimschy 31 년 전
부모
커밋
7c342c488e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      opcode.c

+ 2 - 1
opcode.c

@@ -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>