Ignore:
Timestamp:
03/22/07 22:51:37 (5 years ago)
Author:
matthiasm
Message:

Added a Microsoft VisualC V6 project file to compile a standalone command line version of NEWT/0. Cygwin must still be installed on the build system for lex (flex) and yacc (bison). No mayor changes were made to existing files, so I assume that no fixes are required for other platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/src/parser/newt.l

    r68 r71  
    792792void nps_yyinit(void) 
    793793{ 
    794     static bool inited = false; 
     794    static bool inited = 0; // was "false" 
    795795 
    796796    if (! inited) 
Note: See TracChangeset for help on using the changeset viewer.