OSDN Git Service

Fix broken ChangeLog entry
[pf3gnuchains/gcc-fork.git] / libcpp / include / symtab.h
index 225301e..ebb5600 100644 (file)
@@ -20,6 +20,7 @@ along with this program; see the file COPYING3.  If not see
 #define LIBCPP_SYMTAB_H
 
 #include "obstack.h"
+
 #ifndef GTY
 #define GTY(x) /* nothing */
 #endif
@@ -27,8 +28,7 @@ along with this program; see the file COPYING3.  If not see
 /* This is what each hash table entry points to.  It may be embedded
    deeply within another object.  */
 typedef struct ht_identifier ht_identifier;
-struct ht_identifier GTY(())
-{
+struct GTY(()) ht_identifier {
   const unsigned char *str;
   unsigned int len;
   unsigned int hash_value;