Add support for the -n switch to skip execution of any commands

darcs-hash:20060318010459-ac50b-9d9e5c489e0e4df2159d8c1d0ff952d42e2a2a82.gz
This commit is contained in:
axel
2006-03-18 11:04:59 +10:00
parent 94b7c8d5e6
commit 80b4055eab
6 changed files with 34 additions and 5 deletions

View File

@@ -2521,7 +2521,7 @@ int parser_test( wchar_t * buff,
current_tokenizer = &tok;
for( tok_init( &tok, buff, 0 );
tok_has_next( &tok ) && !err;
tok_has_next( &tok );
tok_next( &tok ) )
{
current_tokenizer_pos = tok_get_pos( &tok );