Changeset 1478 in kBuild
- Timestamp:
- Apr 1, 2008 12:21:57 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r1459 r1478 3795 3795 p = o; 3796 3796 while (isblank ((unsigned char)*o) 3797 || strchr("@-+", *o)) 3797 || *o == '@' 3798 || *o == '-' 3799 || *o == '+') 3798 3800 o++; 3799 3801 if (*o != '\0' && *o != '%')
Note:
See TracChangeset
for help on using the changeset viewer.