Quick amd64bit fix
This commit is contained in:
parent
317ce09249
commit
d0547b4ba0
|
|
@ -43,6 +43,7 @@ NON-STANDARD FEATURES
|
||||||
============================================================================*/
|
============================================================================*/
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include "ifs_yacc.h"
|
#include "ifs_yacc.h"
|
||||||
|
|
||||||
extern int yylineno;
|
extern int yylineno;
|
||||||
|
|
|
||||||
|
|
@ -50,11 +50,9 @@ NON-STANDARD FEATURES
|
||||||
#include "cmpp.h"
|
#include "cmpp.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
void *malloc(unsigned size);
|
|
||||||
void *realloc(void *ptr, unsigned size);
|
|
||||||
|
|
||||||
/* *********************************************************************** */
|
/* *********************************************************************** */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue