From ead7c2388d6dfcfbd2df858862ffe01b69863d63 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Thu, 20 Nov 2003 19:01:33 +0000 Subject: [PATCH] debug mode no longer needed --- ext/standard/parsedate.y | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index 9b94f12a32..5c3c2aa878 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -154,8 +154,6 @@ typedef union _date_ll { %expect 21 %pure_parser -%debug - %token tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID tTZONE tZZONE %token tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT %token tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE -- 2.50.1