From 1dd8cdb38261bb8c0bfffdebd8eb80cb4fa36452 Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Mon, 14 Nov 2005 10:41:21 +0000 Subject: [PATCH] 2005-11-14 11:40 UTC+0100 Ryszard Glab * source/compiler/harbour.y * fixed 'type clash' warning in some bison version --- harbour/ChangeLog | 4 ++++ harbour/source/compiler/harbour.y | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 469f38d634..e8f9e257d1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2005-11-14 11:40 UTC+0100 Ryszard Glab + * source/compiler/harbour.y + * fixed 'type clash' warning in some bison version + 2005-11-14 11:10 UTC+0100 Ryszard Glab * makefile.bc * makefile.nt diff --git a/harbour/source/compiler/harbour.y b/harbour/source/compiler/harbour.y index d0d5a4bb27..df012f4bc2 100644 --- a/harbour/source/compiler/harbour.y +++ b/harbour/source/compiler/harbour.y @@ -290,7 +290,6 @@ static void hb_compDebugStart( void ) { }; %type PostOp %type ForVar ForList ForExpr %type CBSTART -%type SwitchCases SwitchStart SwitchBegin SwitchDefault %type DateValue %%