aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-04 21:21:50 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-05 18:16:19 +0100
commit4feae9674e99027828a41634060c167679e86063 (patch)
treed0ef2de72bc7ab3ba0b23d0129bd26473fd97ea0 /parse.h
parentFix most memmory errors. (diff)
downloadcalp-4feae9674e99027828a41634060c167679e86063.tar.gz
calp-4feae9674e99027828a41634060c167679e86063.tar.xz
Improve ERR.
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/parse.h b/parse.h
index 667ccd35..2752256a 100644
--- a/parse.h
+++ b/parse.h
@@ -16,8 +16,6 @@
*/
#define SEGSIZE 75
-#define ERR(x, line) fprintf(stderr, "ERR %i: %s (cal %i)\n", __LINE__, (x), (line));
-
#define LINE(nr, key, value) fprintf(stderr, "(%i) %i: [%s] := [%s]\n", __LINE__, nr, key, value);
typedef enum {