* c-exp.y: separated host/target idea of integer type size,
authorSteve Chamberlain <sac@cygnus>
Fri, 6 Nov 1992 18:37:20 +0000 (18:37 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 6 Nov 1992 18:37:20 +0000 (18:37 +0000)
commit2e6edad13cd0212c03194dd62f6b3a4e2535fd39
treecc2af87ce172363b1f397b319f2a25b61d1407f4
parent59c84bd8d574c3f19753507966eec4b3d81ef663
* c-exp.y: separated host/target idea of integer type size,
removed redundant parse rules. (YYSTYPE): added typed_val, removed
UINT and CHAR rules. (parse_number): work out the targetwise type
of a number based upon it's size and qualifiers. (yylex): chars
are now treated the same way as ints.

* source.c (indentify_source_line): don't core dump if wanted
line is larger than number of lines in source. (can happen when
coff gets confused about #included source).
gdb/c-exp.y