OSDN Git Service

2000-03-11 Neil Booth <NeilB@earthling.net>
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Mar 2000 09:13:00 +0000 (09:13 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Mar 2000 09:13:00 +0000 (09:13 +0000)
commitd73269b6992ed23de99cefe8897fa4a58b8adfb9
tree86b44b5c99c92cca9200b2b692d36f658a705fea
parentcbc76faec252a4cae2d57009613d07f94d36466f
2000-03-11  Neil Booth  <NeilB@earthling.net>

* cppinit.c (struct pending option): Replace undef with a
pointer to a directive handling routine.
(struct cpp_pending): Replace separate assert_ and define_
lists with one directive_ list.
(new_pending_define): Rename new_pending_directive. Extra
argument is the directive's handling routine.
(handle_option): Update to use new_pending_directive.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32481 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cppinit.c