2000-07-14 22:40 UTC+0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/harbour.slx
! Removed Todo: Hex Numbers. There are no more known TODOs.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-07-14 22:40 UTC+0800 Ron Pinkas <ron@profit-master.com>
|
||||
* source/compiler/harbour.slx
|
||||
! Removed Todo: Hex Numbers. There are no more known TODOs.
|
||||
|
||||
2000-07-15 01:20 UTC+0200 JfL <jfl@mafact.com> & RaC <Rac@mafact.com>
|
||||
* source/vm/classes.c
|
||||
* ! minor correction to allow the case where we would be in need of
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -105,7 +105,7 @@ PROCEDURE THEMAIN( optional )
|
||||
DO Optional WITH 1
|
||||
DO Optional WITH "something"
|
||||
|
||||
FOR Conter := Optional TO 10
|
||||
FOR Counter := Optional TO 10
|
||||
? "For with End"
|
||||
End
|
||||
|
||||
@@ -137,7 +137,7 @@ PROCEDURE SOMEPROC()
|
||||
|
||||
PRIVATE TEST AS NUMERIC
|
||||
|
||||
M->TEST := 1
|
||||
M->TEST := 1
|
||||
|
||||
FOR M->TEST := 1 TO M->TEST + 10
|
||||
? "Incorrect warnings for FOR/NEXT"
|
||||
@@ -145,7 +145,7 @@ PROCEDURE SOMEPROC()
|
||||
|
||||
REPLACE a WITH 1
|
||||
|
||||
M->public_var := 0
|
||||
M->public_var := 0
|
||||
|
||||
b := 0
|
||||
|
||||
@@ -261,16 +261,3 @@ FUNCTION Hex2Dec( lVar AS LOGICAL )
|
||||
|
||||
RETURN NIL
|
||||
|
||||
Function nMyFunc( nParam )
|
||||
|
||||
return nParam * 2
|
||||
|
||||
function optional(one, two, three, four, five, six, seven, eight, nine, ten)
|
||||
return
|
||||
|
||||
function cotherfunc(one, two, three, four, five, six, seven, eight, nine, ten)
|
||||
return
|
||||
|
||||
function extfun(one, two, three, four, five, six, seven, eight, nine, ten)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user