Skip to content
Snippets Groups Projects
Commit 658fca8d authored by Tom Lane's avatar Tom Lane
Browse files

Fix a few portability issues, adjust error messages.

parent 8fd5b3ed
No related branches found
No related tags found
No related merge requests found
#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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment