19990603-00:00 PST Ron Pinkas
* hvm.c
- Changed VitualMachine() to use direct dynamic call for processing pcodes rather than the switch loop.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
19990603-00:00 PST Ron Pinkas
|
||||
* hvm.c
|
||||
- Changed VitualMachine() to use direct dynamic call for processing pcodes rather tha the switch loop.
|
||||
|
||||
19990603-00:30 EDT David G. Holm <dholm@jsd-llc.com>
|
||||
* makedos.env
|
||||
- Removed HARBOURDIR definition to a batch file
|
||||
@@ -25,7 +29,7 @@
|
||||
|
||||
19990602-16:00 EDT David G. Holm <dholm@jsd-llc.com>
|
||||
+ tests/broken/codebloc.prg
|
||||
- Output doesn't match Clipper. Clipper outputs NIL and 42,
|
||||
- Output doesn't match Clipper. Clipper outputs NIL and 42,
|
||||
(both 5.2e and 5.3b), but Harbour outputs NIL and NIL (as
|
||||
tested with Harbour built using Borland C++ 3.1 using the
|
||||
build31.bat and makefile.b31 files)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ FUNCTION MAIN
|
||||
|
||||
qout( i )
|
||||
|
||||
IF i = 4
|
||||
IF i = 4 .AND. .T.
|
||||
__Accept("")
|
||||
qout(i)
|
||||
i := 9
|
||||
|
||||
Reference in New Issue
Block a user