Changeset 42
- Timestamp:
 - Mar 27, 2003, 3:53:47 AM (23 years ago)
 - Location:
 - trunk/src/kmk
 - Files:
 - 
      
- 2 edited
 
- 
          
  parse.c (modified) (2 diffs)
 - 
          
  testcase/inline.kMk (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kmk/parse.c
r40 r42 2474 2474 * a '\' 2475 2475 */ 2476 #ifdef SUPPORT_INLINEFILES 2477 if (!inInlineFile) { 2478 #endif 2476 2479 ep = line; 2477 2480 while (*ep) … … 2483 2486 } 2484 2487 *ep = 0; 2488 #ifdef SUPPORT_INLINEFILES 2489 } 2490 #endif 2485 2491 2486 2492 #ifdef NMAKE  - 
      
trunk/src/kmk/testcase/inline.kMk
r41 r42 15 15 echo done 16 16 17 .if 1 18 BadLine 19 .else 20 Another Badline 21 .endif 22 17 23 18 24 inlinefile.nokeep:  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  