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


Ignore:
Timestamp:
Sep 4, 2008, 4:49:36 AM (17 years ago)
Author:
bird
Message:

kmk: More if conditionals code.

File:
1 edited

Legend:

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

    r1715 r1719  
    21732173  else if (cmdtype == c_ifcond)
    21742174    {
    2175       int rval = ifcond_eval (line, flocp);
     2175      int rval = ifcond (line, flocp);
    21762176      if (rval == -1)
    21772177          return rval;
Note: See TracChangeset for help on using the changeset viewer.