aboutsummaryrefslogtreecommitdiff
path: root/stab.h
diff options
context:
space:
mode:
authorbellard <bellard>2002-12-08 14:36:36 +0000
committerbellard <bellard>2002-12-08 14:36:36 +0000
commit53196cd47580a633b5fa7da597fd87c0fe279281 (patch)
tree28e4b08225724ed570e8b3caabe79ab76e753036 /stab.h
parentfa6ac83ec5af8114d4a75b740076c7104f364270 (diff)
downloadtinycc-53196cd47580a633b5fa7da597fd87c0fe279281.tar.gz
tinycc-53196cd47580a633b5fa7da597fd87c0fe279281.tar.bz2
added
Diffstat (limited to 'stab.h')
-rw-r--r--stab.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/stab.h b/stab.h
new file mode 100644
index 0000000..80bd594
--- /dev/null
+++ b/stab.h
@@ -0,0 +1,17 @@
+#ifndef __GNU_STAB__
+
+/* Indicate the GNU stab.h is in use. */
+
+#define __GNU_STAB__
+
+#define __define_stab(NAME, CODE, STRING) NAME=CODE,
+
+enum __stab_debug_code
+{
+#include "stab.def"
+LAST_UNUSED_STAB_CODE
+};
+
+#undef __define_stab
+
+#endif /* __GNU_STAB_ */