Changeset 3147 for trunk/src/kmk/glob/glob.c
- Timestamp:
- Mar 15, 2018, 6:29:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/glob/glob.c
r3140 r3147 51 51 52 52 #define GLOB_INTERFACE_VERSION 1 53 #if 0 /* bird: Apparently this causes trouble for some debian builds. */ 53 54 #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1 54 55 # include <gnu-versions.h> … … 56 57 # define ELIDE_CODE 57 58 # endif 59 #endif 58 60 #endif 59 61 … … 210 212 211 213 212 #if !defined __alloca && !defined __GNU_LIBRARY__214 #if !defined __alloca /*&& !defined __GNU_LIBRARY__ - bird: unresolved __alloca symbol if skipping this for gnu libc. duh. */ 213 215 214 216 # ifdef __GNUC__ … … 227 229 # endif /* Not _AIX. */ 228 230 # endif /* sparc or HAVE_ALLOCA_H. */ 229 # endif /* GCC. */231 # endif /* Not GCC. */ 230 232 231 233 # define __alloca alloca
Note:
See TracChangeset
for help on using the changeset viewer.