Changeset 638 for trunk/src/ash/main.c


Ignore:
Timestamp:
Nov 26, 2006, 6:47:03 PM (19 years ago)
Author:
bird
Message:

syntax tables for MSC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/main.c

    r626 r638  
    174174        rootpid = getpid();
    175175        rootshell = 1;
     176#ifdef _MSC_VER
     177    {
     178        extern void init_syntax(void);
     179        init_syntax();
     180    }
     181#endif
    176182        init();
    177183        setstackmark(&smark);
Note: See TracChangeset for help on using the changeset viewer.