Selaa lähdekoodia

use internal aliases for static objects as well

Mike Frysinger 18 vuotta sitten
vanhempi
commit
6e97c25777
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      include/libc-symbols.h

+ 1 - 1
include/libc-symbols.h

@@ -420,7 +420,7 @@
 # define __hidden_proto_hiddenattr(attrs...)
 #endif
 
-#if !defined STATIC && !defined __BCC__
+#if /*!defined STATIC &&*/ !defined __BCC__
 # ifndef __ASSEMBLER__
 #  define hidden_proto(name, attrs...) __hidden_proto (name, __GI_##name, ##attrs)
 #  define __hidden_proto(name, internal, attrs...) \