From f05ec1b1da3b29a2ff82eec3bbf69b7fe4ffa4b6 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 25 Apr 2016 15:54:06 +0100 Subject: Further changes for 65c816 (still broken build) --- src/parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 src/parse.c (limited to 'src/parse.c') diff --git a/src/parse.c b/src/parse.c old mode 100644 new mode 100755 index abcd149..38d5f90 --- a/src/parse.c +++ b/src/parse.c @@ -111,13 +111,13 @@ int ParseLine(Line *line, const char *source) static const char *quote_start_chars[2] = { "", - "\"'(" + "\"'([" }; static const char *quote_end_chars[2] = { "", - "\"')" + "\"')]" }; const char *p = NULL; -- cgit v1.2.3