- Timestamp:
- Dec 25, 2008 2:07:56 PM (16 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/append.c
r2113 r2121 36 36 #include <string.h> 37 37 #include <stdio.h> 38 #ifdef HAVE_ALLOCA_H 39 # include <alloca.h> 40 #endif 38 41 #include "err.h" 39 42 #include "kmkbuiltin.h" -
trunk/src/kmk/kmkbuiltin/expr.c
r2113 r2121 18 18 #include <setjmp.h> 19 19 #include <assert.h> 20 #ifdef HAVE_ALLOCA_H 21 # include <alloca.h> 22 #endif 20 23 #include "err.h" 21 24 #include "getopt.h" -
trunk/src/kmk/kmkbuiltin/fts.c
r2113 r2121 58 58 #include <string.h> 59 59 #include <unistd.h> 60 #ifdef HAVE_ALLOCA_H 61 # include <alloca.h> 62 #endif 60 63 61 64 #ifdef __sun__ -
trunk/src/kmk/kmkbuiltin/kDepIDB.c
r2115 r2121 34 34 #include <errno.h> 35 35 #include <ctype.h> 36 #ifdef HAVE_ALLOCA_H 37 # include <alloca.h> 38 #endif 36 39 #if !defined(_MSC_VER) 37 40 # include <stdint.h> -
trunk/src/kmk/kmkbuiltin/mkdir.c
r2113 r2121 56 56 #include <sysexits.h> 57 57 #include <unistd.h> 58 #ifdef HAVE_ALLOCA_H 59 # include <alloca.h> 60 #endif 58 61 #include "getopt.h" 59 62 #ifdef _MSC_VER -
trunk/src/kmk/kmkbuiltin/rmdir.c
r2113 r2121 51 51 #include <errno.h> 52 52 #include <unistd.h> 53 #ifdef HAVE_ALLOCA_H 54 # include <alloca.h> 55 #endif 53 56 #include "getopt.h" 54 57 #include "kmkbuiltin.h" -
trunk/src/kmk/make.h
r2101 r2121 37 37 # endif 38 38 # endif 39 #elif defined(__sun__) && defined (HAVE_ALLOCA_H) /* bird: kill warnings. */ 40 # include <alloca.h> 39 41 #endif 40 42
Note:
See TracChangeset
for help on using the changeset viewer.