ChangeLog 2000-08-09 09:25 UTC+0100

This commit is contained in:
Ryszard Glab
2000-08-09 07:20:48 +00:00
parent 19b6db6f49
commit 1969cff6cd
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2000-08-09 09:25 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
*source/compiler/harbour.l
* fixed RETURN [string] syntax
2000-08-08 17:15 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* tests/fsplit.prg

View File

@@ -135,6 +135,7 @@ Separator {SpaceTab}
(hb_comp_iState == ELSEIF) ||
(hb_comp_iState == CASE) ||
(hb_comp_iState == BREAK) ||
(hb_comp_iState == RETURN) ||
(hb_comp_iState == WITH) ||
(hb_comp_iState == WHILE)
)