*** empty log message ***
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
19990623-01:00 CET Victor Szel <info@szelvesz.hu>
|
||||
* source/rtl/asort.prg
|
||||
Added patch posted by
|
||||
Dave Pearson <davep@hagbard.demon.co.uk>
|
||||
quicksort() is STATIC now.
|
||||
|
||||
19990622-00:35 Ryszard Glab <rglab@imid.med.pl>
|
||||
* source/compiler/harbour.y
|
||||
* source/compiler/harbour.l
|
||||
|
||||
@@ -34,7 +34,7 @@ return aIn
|
||||
// For instructions :
|
||||
// http://monty.cnri.reston.va.us/grail/demo/quicksort/quicksort.htm
|
||||
//
|
||||
function QuickSort( aSort, nLeft, nRight, bOrder )
|
||||
static function QuickSort( aSort, nLeft, nRight, bOrder )
|
||||
|
||||
local nUp := nLeft
|
||||
local nDown := nRight
|
||||
|
||||
Reference in New Issue
Block a user