summaryrefslogtreecommitdiff
path: root/output/stabs.h
diff options
context:
space:
mode:
Diffstat (limited to 'output/stabs.h')
-rw-r--r--output/stabs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/output/stabs.h b/output/stabs.h
index 1480d88f..3a09c415 100644
--- a/output/stabs.h
+++ b/output/stabs.h
@@ -48,7 +48,7 @@ enum stab_offsets {
STAB_otheroff = 5,
STAB_descoff = 6,
STAB_valoff = 8,
- STAB_stabsize = 12,
+ STAB_stabsize = 12
};
/* stab/non-stab types */
@@ -127,7 +127,7 @@ enum stab_types {
N_NBBSS = 0xf4,
N_NBSTS = 0xf6,
N_NBLCS = 0xf8,
- N_LENG = 0xfe,
+ N_LENG = 0xfe
};
enum stab_source_file {
@@ -139,7 +139,7 @@ enum stab_source_file {
N_SO_PASCAL = 0x06,
N_SO_FORTRAN90 = 0x07,
N_SO_OBJC = 0x32,
- N_SO_OBJCPLUS = 0x33,
+ N_SO_OBJCPLUS = 0x33
};
#endif /* STABS_H_ */