bug-gnucobol
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] cobol preprocess bug.


From: Keisuke Nishida
Subject: Re: [open-cobol-list] cobol preprocess bug.
Date: Sun Nov 30 21:48:02 2003
User-agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigoryƍmae) APEL/10.3 Emacs/21.2 (i386-redhat-linux-gnu) MULE/5.0 (SAKAKI)

At Mon, 24 Nov 2003 16:37:07 -0500 (EST),
David Korn wrote:
> 
> The following two lines:
> SV0110            MOVE 'INBOUND/OUTBOUND SUMMARY(EXCLUDES FLAT RATE & 
> VIDSV0110
> SV0110-                'EO GATEWAY)'             TO SP-RPT-GROUP-DATA    
> SV0110
> are being converted to:
>                   MOVE 'INBOUND/OUTBOUND SUMMARY(EXCLUDES FLAT RATE & VI'EO 
> GATEWAY)'             TO SP-RPT-GROUP-DATA
> by the cobol preprocessor.  It should become
>                   MOVE 'INBOUND/OUTBOUND SUMMARY(EXCLUDES FLAT RATE & VIDEO 
> GATEWAY)'             TO SP-RPT-GROUP-DATA

What version of open-cobol do you use?  This bug was fixed
in 0.23.15 or 16, and currently it is working fine.

Keisuke


reply via email to

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