Changeset 3491 for trunk/src/kmk/function.c
- Timestamp:
- Dec 23, 2020, 2:57:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
Note:
See TracChangeset
for help on using the changeset viewer.