summaryrefslogtreecommitdiff
path: root/ACE/ace/Svc_Conf_Tokens.h
blob: a3e6a129d6b526c579bb4fc9c386067f69886d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// -*- C++ -*-
//====================================================================
/**
 *  @file    Svc_Conf_Tokens.h
 *
 *  @author Iliyan Jeliazkov <iliyan@ociweb.com>
 */
//====================================================================


#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 */