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. --- tcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index f1d577b..470b8dc 100644 --- a/tcc.h +++ b/tcc.h @@ -1283,6 +1283,7 @@ ST_FUNC int type_size(CType *type, int *a); ST_FUNC void mk_pointer(CType *type); ST_FUNC void vstore(void); ST_FUNC void inc(int post, int c); +ST_FUNC void parse_mult_str (CString *astr, const char *msg); ST_FUNC void parse_asm_str(CString *astr); ST_FUNC int lvalue_type(int t); ST_FUNC void indir(void); -- cgit v1.3.1