[naca] r275 committed - Added the Cobol Keyword COMPUTATIONAL-4 into the lexer

17 views
Skip to first unread message

na...@googlecode.com

unread,
Mar 23, 2010, 10:30:09 AM3/23/10
to naca-automated-cobol...@googlegroups.com
Revision: 275
Author: naca.support
Date: Tue Mar 23 07:29:28 2010
Log: Added the Cobol Keyword COMPUTATIONAL-4 into the lexer
http://code.google.com/p/naca/source/detail?r=275

Modified:
/trunk/NacaTrans/lexer/Cobol/CCobolKeywordList.java

=======================================
--- /trunk/NacaTrans/lexer/Cobol/CCobolKeywordList.java Thu Mar 18 13:54:27
2010
+++ /trunk/NacaTrans/lexer/Cobol/CCobolKeywordList.java Tue Mar 23 07:29:28
2010
@@ -241,6 +241,7 @@
public static CReservedKeyword COMP_4 = new
CReservedKeyword(List, "COMP-4") ;
public static CReservedKeyword COMP_3 = new
CReservedKeyword(List, "COMP-3") ;
public static CReservedKeyword COMPUTATIONAL_3 = new
CReservedKeyword(List, "COMPUTATIONAL-3") ; // PJD Added
+ public static CReservedKeyword COMPUTATIONAL_4 = new
CReservedKeyword(List, "COMPUTATIONAL-4") ; // CT Added
public static CReservedKeyword SYNC = new CReservedKeyword(List, "SYNC") ;
public static CReservedKeyword VALUE = new
CReservedKeyword(List, "VALUE") ;
public static CReservedKeyword FILLER = new
CReservedKeyword(List, "FILLER") ;

Reply all
Reply to author
Forward
0 new messages