gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] Re: OC issues - number 3


From: Sergey Kashyrin
Subject: [open-cobol-list] Re: OC issues - number 3
Date: Wed Jan 18 08:36:05 2006

Roger,

Of course I did that.

G:\open-cobol\cobc>diff parser.y /open-cobol-0.33/cobc/parser.y
1890c1890
<   arithmetic_x_list compeq expr on_size_error
---
  arithmetic_x_list '=' expr on_size_error
1900d1899
< compeq: '=' | EQUAL ;


----- Original Message ----- From: "Roger While" <address@hidden>
To: <address@hidden>
Cc: <address@hidden>
Sent: Wednesday, January 18, 2006 8:26 AM
Subject: Re: OC issues - number 3


Fix :
In parser.y Line 1889 -
compute_body:
  arithmetic_x_list '=' expr on_size_error
| arithmetic_x_list EQUAL expr on_size_error

Last line is new, symbol at column one is the
"pipe" symbol.

Seems reasonable to allow this unconditionally.
(Although we could check the "-std=" setting)

Roger



reply via email to

[Prev in Thread] Current Thread [Next in Thread]