OSDN Git Service

* decl.c (ptr_type_node, va_list_type_node): New.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jul 1999 01:19:44 +0000 (01:19 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jul 1999 01:19:44 +0000 (01:19 +0000)
commitbbcca9ce45999951f6473bf61fd40c0d43bcde60
treee590e32aa2285dcef9487b77e28590ec4fa11029
parentc7aa04a1850505e8ab222efd8a9e90f425e8c4b5
    * decl.c (ptr_type_node, va_list_type_node): New.
        * gxx.gperf (__builtin_va_arg): New.
        * parse.y (VA_ARG): New token.
        (unary_expr): Recognize it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28242 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/gxx.gperf
gcc/cp/hash.h
gcc/cp/parse.c
gcc/cp/parse.h
gcc/cp/parse.y