Changeset 42 for trunk/src/kmk


Ignore:
Timestamp:
Mar 27, 2003, 3:53:47 AM (22 years ago)
Author:
bird
Message:

more inline.

Location:
trunk/src/kmk
Files:
2 edited

Legend:

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

    r40 r42  
    24742474         * a '\'
    24752475         */
     2476#ifdef SUPPORT_INLINEFILES
     2477      if (!inInlineFile) {
     2478#endif
    24762479        ep = line;
    24772480        while (*ep)
     
    24832486        }
    24842487        *ep = 0;
     2488#ifdef SUPPORT_INLINEFILES
     2489      }
     2490#endif
    24852491
    24862492#ifdef NMAKE
  • trunk/src/kmk/testcase/inline.kMk

    r41 r42  
    1515        echo done
    1616
     17.if 1
     18BadLine
     19.else
     20Another Badline
     21.endif
     22
    1723
    1824inlinefile.nokeep:
Note: See TracChangeset for help on using the changeset viewer.