ChangeLog 20000202-12:05 GMT+1

This commit is contained in:
Ryszard Glab
2000-02-02 10:50:11 +00:00
parent 90c5359580
commit ceb91ed4a8
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
20000202-12:05 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/compiler/harbour.y
* fixed to properly compile EXTERNAL directive if placed outside
of a function body
2000-02-01 20:40 GMT-5 David G. Holm <dholm@ sd-llc.com>
* bin/bld_tpl.bat

View File

@@ -349,7 +349,7 @@ Statement : ExecFlow CrlfStmnt { }
| EXITLOOP CrlfStmnt { hb_compLoopExit(); hb_comp_functions.pLast->bFlags |= FUN_BREAK_CODE; }
| LOOP CrlfStmnt { hb_compLoopLoop(); hb_comp_functions.pLast->bFlags |= FUN_BREAK_CODE; }
| EXTERN ExtList CrlfStmnt
| EXTERN ExtList Crlf
| ANNOUNCE IdentName {
if( hb_comp_szAnnounce == NULL )
{