Changeset 30 for trunk/src/kmk/job.c
- Timestamp:
- Nov 30, 2002, 7:53:42 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/job.c
r27 r30 45 45 #endif 46 46 #endif /* not lint */ 47 48 #ifdef NMAKE 49 #define OLD_JOKE 1 50 #endif 47 51 48 52 #ifndef OLD_JOKE … … 1143 1147 if (strcmp(gn->name,"love") == 0) 1144 1148 (*abortProc)("Not war."); 1145 else 1149 #ifdef NMAKE 1150 else if (strcmp(gn->name,"fire") == 0) 1151 (*abortProc)("No match."); 1152 #endif 1153 else 1146 1154 #endif 1147 1155 (*abortProc)("%s %s. Stop", msg, gn->name);
Note:
See TracChangeset
for help on using the changeset viewer.