diff options
author | Mike Stump <mrs@gcc.gnu.org> | 1995-10-27 20:46:00 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1995-10-27 20:46:00 +0000 |
commit | 37539f4f870b6ffa71b4f3c4a01bd2da25e3b99a (patch) | |
tree | d65dedd7962ae58179c3722a3db7132c7f93dadf | |
parent | b4978ce7aba03d89878f8ed6614821a74acb4245 (diff) | |
download | gcc-37539f4f870b6ffa71b4f3c4a01bd2da25e3b99a.zip gcc-37539f4f870b6ffa71b4f3c4a01bd2da25e3b99a.tar.gz gcc-37539f4f870b6ffa71b4f3c4a01bd2da25e3b99a.tar.bz2 |
FSF local, until kenner adds it to the backend.
From-SVN: r10536
-rw-r--r-- | gcc/cp/parse.y | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/parse.y b/gcc/cp/parse.y index 52ac015..e3204ed 100644 --- a/gcc/cp/parse.y +++ b/gcc/cp/parse.y @@ -56,6 +56,10 @@ extern int errno; extern int end_of_file; extern int current_class_depth; +/* FSF LOCAL dje prefix attributes */ +extern tree strip_attrs PROTO((tree)); +/* END FSF LOCAL */ + void yyerror (); /* Like YYERROR but do call yyerror. */ |