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 %%