fix definition of pragma.
authormjsousa
Sun, 16 Feb 2014 14:29:31 +0000
changeset 869 d88f47549408
parent 868 23f271534a7c
child 870 9c6c588fd708
child 872 3d682f87c870
fix definition of pragma.
stage1_2/iec_flex.ll
--- a/stage1_2/iec_flex.ll	Sun Feb 16 14:27:06 2014 +0000
+++ b/stage1_2/iec_flex.ll	Sun Feb 16 14:29:31 2014 +0000
@@ -572,7 +572,7 @@
 
 
 /* Any other pragma... */
-pragma "{"[^}]*"}"|"{{"([^}]|"}"[^}])*"}}"
+pragma ("{"[^}]*"}")|("{{"([^}]|"}"[^}])*"}}")