2005-11-14 11:40 UTC+0100 Ryszard Glab <rglab@imid.med.pl>

* source/compiler/harbour.y
      * fixed 'type clash' warning in some bison version
This commit is contained in:
Ryszard Glab
2005-11-14 10:41:21 +00:00
parent 1fd7fc5bef
commit 1dd8cdb382
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2005-11-14 11:40 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/compiler/harbour.y
* fixed 'type clash' warning in some bison version
2005-11-14 11:10 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* makefile.bc
* makefile.nt

View File

@@ -290,7 +290,6 @@ static void hb_compDebugStart( void ) { };
%type <asExpr> PostOp
%type <asExpr> ForVar ForList ForExpr
%type <asCodeblock> CBSTART
%type <asExpr> SwitchCases SwitchStart SwitchBegin SwitchDefault
%type <asExpr> DateValue
%%