Changeset 3519 for trunk/src/kmk/read.c


Ignore:
Timestamp:
Dec 18, 2021, 2:39:20 PM (4 years ago)
Author:
bird
Message:

kmk: Added functions: qone-unquoted, qtarget, qdeps, qdeps-all, qdeps-newer, qdeps-oo, qfilter and qfilter-out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/read.c

    r3156 r3519  
    30563056  return find_char_unquote (pattern, MAP_PERCENT);
    30573057#else
    3058   char *eos = strchr(pattern, '\0');
     3058  char *eos = strchr (pattern, '\0');
    30593059  return find_char_unquote_0 (pattern, '%', MAP_PERCENT, &eos);
    30603060#endif
Note: See TracChangeset for help on using the changeset viewer.