Browse Source

Set superstrict option variable correctly.

woollybah 11 years ago
parent
commit
d24f35cd93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      parser.bmx

+ 1 - 0
parser.bmx

@@ -2896,6 +2896,7 @@ endrem
 				End If
 				End If
 
 
 				_module.attrs :| MODULE_SUPERSTRICT
 				_module.attrs :| MODULE_SUPERSTRICT
+				opt_issuperstrict = True
 				nextToke
 				nextToke
 			Case "moduleinfo"
 			Case "moduleinfo"
 				NextToke
 				NextToke