* c-parser.c (struct c_token): Move location field up.
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Apr 2010 19:10:17 +0000 (19:10 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Apr 2010 19:10:17 +0000 (19:10 +0000)
commit561ba0aa5e666cce088a35e7e82acd4d7d570c9d
tree5d76eb6d77117ebeeac19e76ee6bd90f9bc662bb
parent609c710b62c353e5c6732db421774980ef5f0cc4
* c-parser.c (struct c_token): Move location field up.
* c-tree.h (struct c_typespec): Move expr_const_operands field up.
(struct c_declspecs): Convert typespec_word, storage_class, and
default_int_p into bitfields.
(struct c_declarator): Move loc field up.

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