aboutsummaryrefslogtreecommitdiff
path: root/binutils/rcparse.y
AgeCommit message (Collapse)AuthorFilesLines
2000-10-12* Make comma after string after icon/control optional.DJ Delorie1-6/+48
2000-06-13* rcparse.y (control): ICON controls take an id as the firstDJ Delorie1-31/+21
parameter, not an optional string. Also, call new convenience function that takes res_id's. * resrc.c (define_control): missing text means zero-length string, not zero ID. (define_icon_control): New. * windres.h: declare define_icon_control.
1999-05-12 * rclex.l: add code to suppress certain output from cpp, replaceDJ Delorie1-0/+2
all returns with MAYBE_RETURN (MAYBE_RETURN): new, implement the suppression by returning IGNORED_TOKEN as needed. (cpp_line): remember which file we're in, mark data from included *.h files for suppression. * rcparse.y (input): allow IGNORED_TOKEN outside of known constructs
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1617