~ubuntu-branches/ubuntu/precise/libdbi-drivers/precise

« back to all changes in this revision

Viewing changes to drivers/ingres/months.gperf

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-08-02 09:00:11 UTC
  • mfrom: (3.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080802090011-j05v2349u2ptvg05
Tags: 0.8.2-1-4.1
* Non-maintainer upload with maintainer's approval.
* High urgency upload for RC bugfix.
* Pass --freetds-inc-dir to configure, to bypass the ridiculous upstream
  AC_FIND_FILE() checks for files that *aren't used during the build*;
  fixes a build failure with FreeTDS 0.82.  Closes: #493349.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%ignore-case
 
2
%struct-type
 
3
%language=ANSI-C
 
4
%{
 
5
        #include "dbd_ingres.h"
 
6
%}
 
7
struct month;
 
8
%%
 
9
jan, 0
 
10
feb, 1
 
11
mar, 2
 
12
apr, 3
 
13
may, 4
 
14
jun, 5
 
15
jul, 6
 
16
aug, 7
 
17
sep, 8
 
18
oct, 9
 
19
nov, 10
 
20
dec, 11
 
21
%%