a bit of experiments with semaphores for socket writing

This commit is contained in:
hyunghwan.chung
2018-04-19 15:34:25 +00:00
parent df5b9301dc
commit b4de6c7926
2 changed files with 23 additions and 12 deletions

View File

@ -8097,7 +8097,7 @@ static int compile_pragma_definition (moo_t* moo)
#endif
if (is_token_word(moo, VOCA_QC))
{
/* #pragma qc(on). #pragma qc(off) */
/* #pragma qc(on). #pragma qc(off) - enable/disable double-quoted comments */
GET_TOKEN(moo);
if (TOKEN_TYPE(moo) != MOO_IOTOK_LPAREN)