Prothon.y missing semicolon

Kenny MacDermid <[email protected]> Wed, 7 Apr 2004 11:40:58 -0300
Newsgroups gmane.comp.lang.prothon.devel
Message-ID <[email protected]>
--9amGYk9869ThD9tj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hello,

Though you might be looking for this, especially with the
problems you mentioned using is/is_not.

I'll post it a couple different ways for good mesure, as I'm
not sure what your mailer strips.

----- Plaintext Patch
Index: trunk/src/prothon.y
===================================================================
--- trunk/src/prothon.y (revision 296)
+++ trunk/src/prothon.y (working copy)
@@ -441,6 +441,7 @@
                { $$ = (void *)(unsigned long)__IS__QUES; }
        |       NOT
                { $$ = (void *)(unsigned long)__ISNOT__QUES; }
+       ;

 expr:
                expr OR expr
----- End Plaintext Patch

begin 600 prothon.y.diff
M26YD97@Z('1R=6YK+W-R8R]P<F]T:&]N+GD*/3T]/3T]/3T]/3T]/3T]/3T]
M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]
M/3T]/0HM+2T@=')U;FLO<W)C+W!R;W1H;VXN>2 H<F5V:7-I;VX@,CDV*0HK
M*RL@=')U;FLO<W)C+W!R;W1H;VXN>2 H=V]R:VEN9R!C;W!Y*0I 0" M-#0Q
M+#8@*S0T,2PW($! "B @(" @(" @(" @(" @("![("0D(#T@*'9O:60@*BDH
M=6YS:6=N960@;&]N9RE?7TE37U]15453.R!]"B @(" @(" @?" @(" @("!.
M3U0*(" @(" @(" @(" @(" @('L@)"0@/2 H=F]I9" J*2AU;G-I9VYE9"!L
M;VYG*5]?25-.3U1?7U%515,[('T**R @(" @(" ["@H@97AP<CH*(" @(" @
7(" @(" @(" @(&5X<'(@3U(@97AP<@H@

end

Kenny

--9amGYk9869ThD9tj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="prothon.y.diff"

Index: trunk/src/prothon.y
===================================================================
--- trunk/src/prothon.y (revision 296)
+++ trunk/src/prothon.y (working copy)
@@ -441,6 +441,7 @@
                { $$ = (void *)(unsigned long)__IS__QUES; }
        |       NOT
                { $$ = (void *)(unsigned long)__ISNOT__QUES; }
+       ;

 expr:
                expr OR expr

--9amGYk9869ThD9tj
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline