VirtualBox

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


Ignore:
Timestamp:
Nov 26, 2006 5:47:03 PM (18 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette