Commit 658fca8d authored by Tom Lane's avatar Tom Lane

Fix a few portability issues, adjust error messages.

parent 8fd5b3ed
#include <stdlib.h>
#include "header.h"
......
......@@ -373,7 +373,6 @@ static int r_prelude(struct SN_env * z) {
z->c = c;
break;
}
lab1:
z->c = c;
}
return 1;
......
#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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment