From fa2bdd711212ba6b7a94a20971e8bfa281e73296 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Wed, 12 Jul 2023 13:22:29 -0300 Subject: lol --- tinycc/stab.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tinycc/stab.h (limited to 'tinycc/stab.h') diff --git a/tinycc/stab.h b/tinycc/stab.h new file mode 100644 index 0000000..80bd594 --- /dev/null +++ b/tinycc/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_ */ -- cgit v1.2.3