From 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sun, 15 Oct 2023 21:28:29 -0300 Subject: A lot has certainly happened! --- tinycc/stab.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tinycc/stab.h (limited to 'tinycc/stab.h') diff --git a/tinycc/stab.h b/tinycc/stab.h deleted file mode 100644 index 80bd594..0000000 --- a/tinycc/stab.h +++ /dev/null @@ -1,17 +0,0 @@ -#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