Re: [gimplefe][patch] A bugfix for a missed symbol
On Mon, Oct 10, 2011 at 17:28, Sandeep Soni wrote: > 2011-10-11 Sandeep Soni > > * parser.c (gp_parse_var_decl): Fixed a bug for the > missing symbol 'CPP_LESS' in the 'INTEGER_TYPE' declaration. OK. Diego.
[gimplefe][patch] A bugfix for a missed symbol
Ketaki had pointed a minor bug a long time back. This patch fixes it. Index: parser.c === --- parser.c(revision 174754) +++ parser.c(working copy) @@ -882,6 +882,7 @@ switch (code) { case INTEGER_TYPE: + gl_c