X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a9b67b5b1e99b3ec3849c45fe42e5ecb382a314d..9a86ee6058b0fa85f2625b4a0a784eab5098ed58:/data/stack.hh?ds=sidebyside diff --git a/data/stack.hh b/data/stack.hh index e785e808..ddedc79b 100644 --- a/data/stack.hh +++ b/data/stack.hh @@ -25,8 +25,12 @@ m4_divert_push(0)dnl b4_copyright([Stack handling for Bison parsers in C++], [2002-2012])[ -#ifndef BISON_STACK_HH -# define BISON_STACK_HH +/** + ** \file ]b4_dir_prefix[stack.hh + ** Define the ]b4_namespace_ref[::stack class. + */ + +]b4_cpp_guard_open([b4_dir_prefix[]stack.hh])[ # include @@ -114,8 +118,7 @@ b4_copyright([Stack handling for Bison parsers in C++], }; ]b4_namespace_close[ -#endif // not BISON_STACK_HH[]dnl -] +]b4_cpp_guard_close([b4_dir_prefix[]stack.hh]) m4_divert_pop(0) m4_popdef([b4_copyright_years])dnl m4_changecom([#])