diff options
author | J"orn Rennecke <amylaar@redhat.com> | 2001-09-21 07:17:49 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2001-09-21 08:17:49 +0100 |
commit | c9574c9f4247bc101294ec9dfb95d668a24e5e10 (patch) | |
tree | a1ff2811bef87d89a564eaa0c82fe25fd73d459c /gcc/cp/ChangeLog | |
parent | 4816067b8d29d6542e274fa5155918af070fef3a (diff) | |
download | gcc-c9574c9f4247bc101294ec9dfb95d668a24e5e10.zip gcc-c9574c9f4247bc101294ec9dfb95d668a24e5e10.tar.gz gcc-c9574c9f4247bc101294ec9dfb95d668a24e5e10.tar.bz2 |
* decl.c (grokdeclarator): Use C syntax for attr_flags declaration.
From-SVN: r45723
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 345cef4..f5e7d63 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 21 08:16:19 2001 J"orn Rennecke <amylaar@redhat.com> + + * decl.c (grokdeclarator): Use C syntax for attr_flags declaration. + 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk> Table-driven attributes. |