Signed-off-by: Tim Hentenaar <t...@hentenaar.com> --- src/parse.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/src/parse.h b/src/parse.h index 602a981..c88acf7 100644 --- a/src/parse.h +++ b/src/parse.h @@ -57,4 +57,8 @@ extern void uninit_parser (void); extern void reset_parser (void); extern void reduce (void); +#ifdef DEBUG +extern void debug_init(void); +#endif + #endif /* INDENT_PARSE_H */ -- 2.3.6 _______________________________________________ bug-indent mailing list bug-indent@gnu.org https://lists.gnu.org/mailman/listinfo/bug-indent