X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2Fgetdate.y;h=3210e53676f768d391a60742351d518818489cf1;hb=f996454418476a9be0752d1e40e2faa8e8cdcb52;hp=a87f9be0b9735ce2d3b8fbdd0acaac156d110b34;hpb=44579f77cffc864baa652e15f8ff9a490f13e45e;p=chaz%2Ftar diff --git a/lib/getdate.y b/lib/getdate.y index a87f9be..3210e53 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -85,7 +85,7 @@ #define TM_YEAR_BASE 1900 #define HOUR(x) ((x) * 60) - + /* An integer value, and the number of digits in its textual representation. */ typedef struct @@ -168,7 +168,7 @@ static int yylex (); /* This grammar has 13 shift/reduce conflicts. */ %expect 13 - + %union { int intval;