Fix a few portability issues, adjust error messages.

This commit is contained in:
Tom Lane 2003-07-24 17:59:56 +00:00
parent 8fd5b3ed67
commit 658fca8d3a
3 changed files with 1 additions and 7 deletions

View File

@ -1,3 +1,4 @@
#include <stdlib.h>
#include "header.h"

View File

@ -373,7 +373,6 @@ static int r_prelude(struct SN_env * z) {
z->c = c;
break;
}
lab1:
z->c = c;
}
return 1;

View File

@ -1,11 +1,5 @@
#include <limits.h>
#include "api.h"
#define MAXINT INT_MAX
#define MININT INT_MIN
#define HEAD 2*sizeof(int)
#define SIZE(p) ((int *)(p))[-1]