~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to src/backend/parser/gram.h

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu Archive Backport
  • Date: 2009-11-09 13:46:16 UTC
  • mfrom: (5.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091109134616-ae14l9tr3g7p2t9y
Tags: 8.4.1-1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
848
848
 
849
849
 
850
850
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
851
 
#line 147 "gram.y"
 
851
#line 148 "gram.y"
852
852
typedef union YYSTYPE {
853
853
        int                                     ival;
854
854
        char                            chr;