From 2bfb79be604c68b7684b515f3be3388fecfcf1f4 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Fri, 2 Jul 2021 16:59:56 +0000 Subject: Remove strings, and add a (currently not changable) flag 'double_quotes' which defines how double quoted strings are stored. --- flags.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 flags.c (limited to 'flags.c') diff --git a/flags.c b/flags.c new file mode 100644 index 0000000..8a75135 --- /dev/null +++ b/flags.c @@ -0,0 +1,11 @@ +#include +#include + +#include "dat.h" +#include "fns.h" + +void +initflags(void) +{ + flagdoublequotes = DoubleQuotesChars; +} \ No newline at end of file -- cgit v1.2.3