Changeset 1719 for trunk/src/kmk/read.c
- Timestamp:
- Sep 4, 2008, 4:49:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/read.c
r1715 r1719 2173 2173 else if (cmdtype == c_ifcond) 2174 2174 { 2175 int rval = ifcond _eval(line, flocp);2175 int rval = ifcond (line, flocp); 2176 2176 if (rval == -1) 2177 2177 return rval;
Note:
See TracChangeset
for help on using the changeset viewer.