From bbce31552ec7a9f4ac8a92f31d95d4a4c1be66d0 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Mon, 11 Jul 2016 16:42:18 +0200 Subject: inline asm: accept concatenated strings in constraints This really should be handled implicitly in the preprocessor, but for now this is enough. --- tccgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tccgen.c') diff --git a/tccgen.c b/tccgen.c index c7be9f8..202ed07 100644 --- a/tccgen.c +++ b/tccgen.c @@ -2982,7 +2982,7 @@ ST_FUNC void inc(int post, int c) vpop(); /* if post op, return saved value */ } -static void parse_mult_str (CString *astr, const char *msg) +ST_FUNC void parse_mult_str (CString *astr, const char *msg) { /* read the string */ if (tok != TOK_STR) -- cgit v1.3.1