From e356bdaa8ef1a70ae85848c1b1e5c26060597733 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 6 Sep 2006 06:43:47 +1000 Subject: Optionally add type of block to the end builtin to verify block nesting correctness darcs-hash:20060905204347-ac50b-d0f87a700e38cdff9787be827b0df90b7f7baba5.gz --- parser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'parser.h') diff --git a/parser.h b/parser.h index a41f4eba..9a4df461 100644 --- a/parser.h +++ b/parser.h @@ -377,5 +377,8 @@ const wchar_t *parser_current_filename(); */ void parser_stack_trace( block_t *b, string_buffer_t *buff); +int parser_get_block_type( const wchar_t *cmd ); +const wchar_t *parser_get_block_command( int type ); + #endif -- cgit v1.2.3