gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] tree.c spelling error


From: Mike Black
Subject: [open-cobol-list] tree.c spelling error
Date: Fri Sep 27 13:53:02 2002

tree.c line 299 spelling error:
  cobc_return_code = make_constant (COB_NUMERIC, "cob_retrun_code");
should be:
  cobc_return_code = make_constant (COB_NUMERIC, "cob_return_code");

This causes an error during compiles where you do a CALL...RETURNING.

 ___________________________________ 
 Michael D. Black   Principal Engineer 
 address@hidden  321-676-2923,x203 
 http://www.csi-inc.com
 Computer Science Innovations 
 http://www.csi-inc.com/~mike  My home page 
 FAX 321-676-2355
 


reply via email to

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