more readdable doxygen
[ozulis.git] / patches / bison-glr.c-header-guard.patch
blobafd3c9c332a6bc03f4323eb4bf1f3690576b9cb5
1 --- glr.c-bad 2009-01-17 02:20:56.000000000 +0100
2 +++ glr.c-good 2009-01-17 02:22:49.000000000 +0100
3 @@ -2640,7 +2640,8 @@
4 [@output(b4_spec_defines_file@)
5 b4_copyright([Skeleton interface for Bison GLR parsers in C],
6 [2002, 2003, 2004, 2005, 2006])
8 +#ifndef PARSER_HEADER_H
9 +# define PARSER_HEADER_H
10 b4_shared_declarations
12 b4_pure_if([],
13 @@ -2650,4 +2651,6 @@
14 [extern YYLTYPE ]b4_prefix[lloc;])
16 ])])
17 +#endif /* !PARSER_HEADER_H */
18 m4_divert_pop(0)