Changeset 7332 for trunk/tools
- Timestamp:
- Nov 14, 2001, 12:13:26 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/fastdep/fastdep.c
r7228 r7332 1 /* $Id: fastdep.c,v 1.3 2 2001-10-26 20:50:06 bird Exp $1 /* $Id: fastdep.c,v 1.33 2001-11-14 11:13:26 bird Exp $ 2 2 * 3 3 * Fast dependents. (Fast = Quick and Dirty!) … … 284 284 static const char *apszExtAsm[] = {"asm", "inc", NULL}; 285 285 static const char *apszExtRC[] = {"rc", "orc", "dlg", NULL}; 286 static const char *apszExtCOBOL[] = {"cbl", "cob", "sqb", NULL};286 static const char *apszExtCOBOL[] = {"cbl", "cob", "sqb", "wbl", NULL}; 287 287 static CONFIGENTRY aConfig[] = 288 288 { … … 307 307 { 308 308 apszExtCOBOL, 309 3,309 4, 310 310 langCOBOL, 311 311 },
Note:
See TracChangeset
for help on using the changeset viewer.