Changeset 45 for trunk/src/kmk/parse.c


Ignore:
Timestamp:
Apr 3, 2003, 4:23:37 AM (22 years ago)
Author:
bird
Message:

KMK changes..

File:
1 edited

Legend:

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

    r42 r45  
    10881088        *line = '\0';
    10891089    } else if (specType == ExShell) {
     1090    #ifdef KMK
     1091        Parse_Error(PARSE_FATAL, "specification not supported by kMk!");
     1092        return;
     1093    #else
    10901094        if (Job_ParseShell (line) != SUCCESS) {
    10911095            Parse_Error (PARSE_FATAL, "improper shell specification");
    10921096            return;
    10931097        }
     1098    #endif
    10941099        *line = '\0';
    10951100    } else if ((specType == NotParallel) || (specType == SingleShell)) {
Note: See TracChangeset for help on using the changeset viewer.