> > > ! #define UTF8_ERROR(details) \ > > > ! if (1) { \ > > > ! if (utf8_decoding_error(&s, &p, errors, (details))) \ > > > ! goto onError; \ > > > ! continue; \ > > > ! } else Try defining the macro this way: #define UTF8_ERROR(details) \ do { \ if (utf8_decoding_error(&s, &p, errors, (details))) \ goto onError; \ continue; \ } while(0) BArry
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4