- Timestamp:
- May 25, 2020 10:48:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r3330 r3351 5921 5921 int const is_tgt = funcname[5] == '-' && funcname[6] == 't'; 5922 5922 int const quote_trailing_slashes = funcname[5] == '\0' || funcname[9] == '\0'; 5923 unsigned const map_flags = MAP_NUL5924 | MAP_BLANK5925 | MAP_NEWLINE5926 | MAP_COMMENT5927 | MAP_VARIABLE5928 | MAP_SEMI5929 | MAP_EQUALS5930 | (is_dep ? MAP_PIPE :5931 is_tgt ? MAP_COLON : 0);5932 5923 char * const o_initial = o; 5933 5924 int i; … … 6868 6859 || (isalpha(path[0]) && path[1] == ':'); 6869 6860 #else 6870 (void)len;6871 6861 return path[0] == '/'; 6872 6862 #endif
Note:
See TracChangeset
for help on using the changeset viewer.