changed to prefer char16_t with c11 compiler. yet to add --prefer-char16 option to configure.ac

This commit is contained in:
2018-01-29 15:38:32 +00:00
parent 11d1344b70
commit 2fbfe3a71b
7 changed files with 40 additions and 14 deletions

View File

@ -125,9 +125,9 @@ int main ()
qse_open_stdsios ();
qse_setintrhandler (stop_run, QSE_NULL);
qse_set_intr_handler (stop_run, QSE_NULL);
test_001 ();
qse_clearintrhandler ();
qse_clear_intr_handler ();
qse_close_stdsios ();