X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fgstab.h;h=fccb296cd9a43edf3f60acecfafdc67ddf884bd4;hb=f9d11b513e6b7036182152d57fdcd0daee857d2f;hp=7f82b55ec10bc2e54e262fd095ee583f888e01ae;hpb=7dfbd804a381759cfcc655daab0325f6b7d8b215;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/gstab.h b/gcc/gstab.h index 7f82b55ec10..fccb296cd9a 100644 --- a/gcc/gstab.h +++ b/gcc/gstab.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 2001, 2009 Free Software Foundation, Inc. This file is part of GCC. @@ -21,12 +21,15 @@ along with GCC; see the file COPYING3. If not see #define __define_stab(NAME, CODE, STRING) NAME=CODE, -enum __stab_debug_code +enum { #include "stab.def" LAST_UNUSED_STAB_CODE }; +/* stabs debug codes really are integers with expressive names. */ +typedef int stab_code_type; + #undef __define_stab #endif /* ! GCC_GSTAB_H */