diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-04-25 15:54:06 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-04-25 15:54:06 +0100 |
commit | f05ec1b1da3b29a2ff82eec3bbf69b7fe4ffa4b6 (patch) | |
tree | 249ff512be84a699ae5f79e97aec150ace1fdc4c /src/parse.c | |
parent | 6ca71dd7a7f10fa6857f1a1bc586059cd78e275a (diff) |
Further changes for 65c816 (still broken build)
Diffstat (limited to 'src/parse.c')
-rwxr-xr-x[-rw-r--r--] | src/parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse.c b/src/parse.c index abcd149..38d5f90 100644..100755 --- 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; |