Changeset 3491 in kBuild
- Timestamp:
- Dec 23, 2020 1:57:44 PM (4 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/configure.ac
r3281 r3491 122 122 [ac_cv_func_gettimeofday=no 123 123 AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <sys/time.h> 124 #include <stdlib.h> /* kmk/darwin: for exit */ 124 125 int main () 125 126 { -
trunk/src/kmk/function.c
r3415 r3491 7108 7108 struct nameseq *cur; 7109 7109 int const stop = MAP_DIRSEP; 7110 (void)funcname; 7110 7111 7111 7112 for (cur = chain; cur; cur = cur->next) … … 7145 7146 struct nameseq *cur; 7146 7147 int const stop = MAP_DIRSEP | MAP_DOT; 7148 (void)funcname; 7147 7149 7148 7150 /* For suffixes we do a pre-pass that removes elements without suffixes. -
trunk/src/kmk/getopt.c
r3140 r3491 206 206 extern char *getenv (); 207 207 #endif 208 #endif /* !KMK */ 208 #else /* KMK */ 209 # include <stdlib.h> 210 #endif /* KMK */ 209 211 210 212 static char *
Note:
See TracChangeset
for help on using the changeset viewer.