X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftypeclass.h;h=a4e15703b77f462114ecc12396096615d7bc1158;hb=ffca001431383db73c1c827b614283aaf6a9c832;hp=5f36214257504bbdac0a13fdaa1d58bb3216bba5;hpb=16037b3108af0f2c006321eff56cbfc00ec50bd4;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/typeclass.h b/gcc/typeclass.h index 5f362142575..a4e15703b77 100644 --- a/gcc/typeclass.h +++ b/gcc/typeclass.h @@ -1,5 +1,5 @@ /* Type class enum - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. @@ -39,7 +39,7 @@ enum type_class real_type_class, complex_type_class, function_type_class, method_type_class, record_type_class, union_type_class, - array_type_class, string_type_class, file_type_class, + array_type_class, string_type_class, lang_type_class };