/[ghosts]/ghosts/gedcomparser/src/GEDCOMParser/DateManagement/datevaluelexer.lxx
ViewVC logotype

Diff of /ghosts/gedcomparser/src/GEDCOMParser/DateManagement/datevaluelexer.lxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by cpcp, Tue Nov 12 21:25:21 2002 UTC revision 1.3 by cpcp, Sun Jan 26 21:15:21 2003 UTC
# Line 95  DIGIT  [0-9] Line 95  DIGIT  [0-9]
95  "an "|" AN " { return AN; }  "an "|" AN " { return AN; }
96  I|II|III|IV|V|VI|VII|VIII|IX|X|XI|XII|XIII|XIV|i|ii|iii|iv|v|vi|vii|viii|ix|x|xi|xii|xiii|xiv { yylval = strdup(datevaluetext); return FRENCH_YEAR; }  I|II|III|IV|V|VI|VII|VIII|IX|X|XI|XII|XIII|XIV|i|ii|iii|iv|v|vi|vii|viii|ix|x|xi|xii|xiii|xiv { yylval = strdup(datevaluetext); return FRENCH_YEAR; }
97  "(".*")" { yylval = strdup(datevaluetext); return DATEPHRASE; }  "(".*")" { yylval = strdup(datevaluetext); return DATEPHRASE; }
98    .* { }
99  %%  %%
100    
101  int yywrap(void)  int yywrap(void)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26