[PHP-DEV] Re: About #line directives in url_scanner_ex.c From: Sascha Schumann (sascha <email protected>)
Date: 10/17/00

> Could it be added also into 'genfiles' ?

    It should be put only in genfiles, because makedist and our
    snapshot system use that script. Having things in one place
    is good.

> And it must also have same kind of option to not to add those #line
> directives as flex and bison does have?

    No, there is no directive to suppress the #line directives.

    re2c outputs the C file to stdout, so it is generally assumed
    that the user is clever enough to handle grep.

    - Sascha

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>