Changeset 22914 for src

Show
Ignore:
Timestamp:
11/07/08 23:01:49 (2 months ago)
Author:
azawawi
Message:

[STD_syntax_highlight] removed check on 'lex' directory

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/ETOOMUCHTIME

    r22883 r22914  
    2626 
    2727#sanity check: make sure STD.pm is correctly built 
    28 unless(-r 'lex') { 
    29     die "Could not find 'lex' directory. Maybe you forgot to 'make'\n"; 
    30 } 
    3128unless(-r 'STD.pmc') { 
    3229    die "Could not find 'STD.pmc'. Maybe your forgot to 'make'\n";