File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545import org .jruby .runtime .load .Library ;
4646
4747public class Cparse implements Library {
48- public static final String RACC_VERSION = "1.6.1 " ; // TODO: parse from Cparse.c
48+ public static final String RACC_VERSION = "1.6.2 " ; // TODO: parse from Cparse.c
4949
5050 public enum TokenType {
5151 DEFAULT (-1 ),
Original file line number Diff line number Diff line change 2222 Important Constants
2323----------------------------------------------------------------------- */
2424
25- #define RACC_VERSION "1.6.1 "
25+ #define RACC_VERSION "1.6.2 "
2626
2727#define DEFAULT_TOKEN -1
2828#define ERROR_TOKEN 1
Original file line number Diff line number Diff line change 1111#++
1212
1313module Racc
14- VERSION = '1.6.1 '
14+ VERSION = '1.6.2 '
1515 Version = VERSION
1616 Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
1717end
You can’t perform that action at this time.
0 commit comments