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

« back to all changes in this revision

Viewing changes to ext/standard/parsedate.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_EXT_STANDARD_PARSEDATE_H
 
2
# define BISON_EXT_STANDARD_PARSEDATE_H
 
3
 
 
4
# ifndef YYSTYPE
 
5
#  define YYSTYPE int
 
6
#  define YYSTYPE_IS_TRIVIAL 1
 
7
# endif
 
8
# define        tAGO    257
 
9
# define        tDAY    258
 
10
# define        tDAY_UNIT       259
 
11
# define        tDAYZONE        260
 
12
# define        tDST    261
 
13
# define        tHOUR_UNIT      262
 
14
# define        tID     263
 
15
# define        tTZONE  264
 
16
# define        tWZONE  265
 
17
# define        tZZONE  266
 
18
# define        tMERIDIAN       267
 
19
# define        tMINUTE_UNIT    268
 
20
# define        tMONTH  269
 
21
# define        tMONTH_UNIT     270
 
22
# define        tSEC_UNIT       271
 
23
# define        tSNUMBER        272
 
24
# define        tUNUMBER        273
 
25
# define        tYEAR_UNIT      274
 
26
# define        tZONE   275
 
27
 
 
28
 
 
29
#endif /* not BISON_EXT_STANDARD_PARSEDATE_H */