~ubuntu-branches/ubuntu/hardy/php5/hardy-updates

« back to all changes in this revision

Viewing changes to Zend/zend_ini_parser.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-10-09 03:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051009031432-kspik3lobxstafv9
Tags: upstream-5.0.5
ImportĀ upstreamĀ versionĀ 5.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef BISON_ZEND_ZEND_INI_PARSER_H
 
2
# define BISON_ZEND_ZEND_INI_PARSER_H
 
3
 
 
4
# ifndef YYSTYPE
 
5
#  define YYSTYPE int
 
6
#  define YYSTYPE_IS_TRIVIAL 1
 
7
# endif
 
8
# define        TC_STRING       257
 
9
# define        TC_ENCAPSULATED_STRING  258
 
10
# define        BRACK   259
 
11
# define        SECTION 260
 
12
# define        CFG_TRUE        261
 
13
# define        CFG_FALSE       262
 
14
 
 
15
 
 
16
#endif /* not BISON_ZEND_ZEND_INI_PARSER_H */