Changeset 7332 for trunk/tools


Ignore:
Timestamp:
Nov 14, 2001, 12:13:26 PM (24 years ago)
Author:
bird
Message:

Added wbl as yet another cobol file extension.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/fastdep/fastdep.c

    r7228 r7332  
    1 /* $Id: fastdep.c,v 1.32 2001-10-26 20:50:06 bird Exp $
     1/* $Id: fastdep.c,v 1.33 2001-11-14 11:13:26 bird Exp $
    22 *
    33 * Fast dependents. (Fast = Quick and Dirty!)
     
    284284static const char *apszExtAsm[]   = {"asm", "inc", NULL};
    285285static const char *apszExtRC[]    = {"rc", "orc", "dlg", NULL};
    286 static const char *apszExtCOBOL[] = {"cbl", "cob", "sqb", NULL};
     286static const char *apszExtCOBOL[] = {"cbl", "cob", "sqb", "wbl", NULL};
    287287static CONFIGENTRY aConfig[] =
    288288{
     
    307307    {
    308308        apszExtCOBOL,
    309         3,
     309        4,
    310310        langCOBOL,
    311311    },
Note: See TracChangeset for help on using the changeset viewer.