~ubuntu-branches/ubuntu/saucy/resiprocate/saucy-proposed

« back to all changes in this revision

Viewing changes to resip/stack/month.gperf

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2012-05-17 19:29:59 UTC
  • Revision ID: package-import@ubuntu.com-20120517192959-vv00m77isztdy64q
Tags: upstream-1.8.2
ImportĀ upstreamĀ versionĀ 1.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
struct months { const char *name; Month type; };
 
2
%%
 
3
Jan, Month::Jan
 
4
Feb, Month::Feb
 
5
Mar, Month::Mar
 
6
Apr, Month::Apr
 
7
May, Month::May
 
8
Jun, Month::Jun
 
9
Jul, Month::Jul
 
10
Aug, Month::Aug
 
11
Sep, Month::Sep
 
12
Oct, Month::Oct
 
13
Nov, Month::Nov
 
14
Dec, Month::Dec