fixed some socket methods

This commit is contained in:
hyunghwan.chung
2017-12-28 17:45:55 +00:00
parent 6bf073cb0e
commit e39dd6027e
2 changed files with 24 additions and 33 deletions

View File

@ -1883,7 +1883,7 @@ retry:
break;
case '"':
/* if QSE_PRAGMA_QC is set, this part should never be reached */
/* if MOO_PRAGMA_QC is set, this part should never be reached */
MOO_ASSERT (moo, !(moo->c->pragma_flags & MOO_PRAGMA_QC));
if (get_string(moo, '"', '\\', 0, 0) <= -1) return -1;
break;