X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCval.c;h=0cc9d811f7506eabbdd694b1569065c5991f7232;hb=edae25c7ae2b0749ca7d491b391b99967652a0fd;hp=6f7ffaf73db232a8c872db109129e4713f2292ee;hpb=71dcb0a63246246d95e0752e6d468ec3a7c31074;p=fw%2Fsdcc diff --git a/src/SDCCval.c b/src/SDCCval.c index 6f7ffaf7..0cc9d811 100644 --- a/src/SDCCval.c +++ b/src/SDCCval.c @@ -532,7 +532,7 @@ value *constVal (char *s) } /* Setup the flags first */ - /* set the _long flag if 'lL' is found */ + /* set the b_long flag if 'lL' is found */ if (strchr (s, 'l') || strchr (s, 'L')) { SPEC_NOUN (val->type) = V_INT; SPEC_LONG (val->type) = 1;