*** empty log message ***

This commit is contained in:
Viktor Szakats
1999-06-22 23:59:56 +00:00
parent 4979496da5
commit 3248ec9371
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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