Browse Source

Revert __get_HS_pushEmptyFIFONode poisoning (completely breaks UNOFFICIAL_OS_SUPPORT because poisoning is checked before, not after macro expansion).

git-svn-id: file:///var/svn/tigccpp/trunk@1117 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 years ago
parent
commit
586cdfb6bf
1 changed files with 0 additions and 4 deletions
  1. 0 4
      tigcc/include/C/homescr.h

+ 0 - 4
tigcc/include/C/homescr.h

@@ -6,10 +6,6 @@
 typedef void(*__HS_pushEmptyFIFONode__type__)(short)__ATTR_TIOS__;
 extern __HS_pushEmptyFIFONode__type__ __get_HS_pushEmptyFIFONode(void)__ATTR_LIB_C__;
 
-#ifdef UNOFFICIAL_OS_SUPPORT
-#pragma GCC poison __get_HS_pushEmptyFIFONode
-#endif
-
 /* Begin Auto-Generated Part */
 #define H_NULL 0
 #ifndef __HAVE_Bool