aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-01-20 23:01:04 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-01-20 23:01:04 +0100
commitbb76c6a4d74036c9de5e75134554ca04b0b9b5cb (patch)
tree809b8c9b1240be540c581a6e28ac0fcdb75c8dde /parse.h
parentSet SAFE_STR in makefile. (diff)
downloadcalp-bb76c6a4d74036c9de5e75134554ca04b0b9b5cb.tar.gz
calp-bb76c6a4d74036c9de5e75134554ca04b0b9b5cb.tar.xz
Fix some memmory errors.
And discovered some new ones.
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 cb6c2d1e..424e88bf 100644
--- a/parse.h
+++ b/parse.h
@@ -1,8 +1,6 @@
#ifndef PARSE_H
#define PARSE_H
-#define SAFE_STR
-
#include <stdio.h>
#include <stdlib.h>