summaryrefslogtreecommitdiff
path: root/ACE/ace/Svc_Conf_Tokens.h
blob: f31729b838c1440201572ea990c21324def18e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$
#ifndef BISON_SVC_CONF_TAB_H
#  define BISON_SVC_CONF_TAB_H

/// This file "wraps" around the one produced by yacc(1) and ensures
/// that various symbols do not polute the global namespace. This
/// allows ACE-based applications to incorporate other yacc(1)-derived
/// parsers.

#  if !defined (YYSTYPE_IS_DECLARED)
#    define YYSTYPE_IS_DECLARED 1
#  endif

#  include "ace/Svc_Conf_Token_Table.h"

#  undef YYSTYPE_IS_DECLARED

#endif /* ifndef BISON_SVC_CONF_TAB_H */