diff options
Diffstat (limited to 'tccgen.c')
| -rw-r--r-- | tccgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
