diff options
Diffstat (limited to 'gas/config/stab.h')
-rwxr-xr-x | gas/config/stab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/stab.h b/gas/config/stab.h index 77f2d41..237e9a9 100755 --- a/gas/config/stab.h +++ b/gas/config/stab.h @@ -5,8 +5,8 @@ #define __GNU_STAB__ #define __define_stab(NAME, CODE, STRING) NAME=CODE, - -enum __stab_debug_code + + enum __stab_debug_code { #include "stab.def" }; |