Updates for latest ACC changes.

committer: mfx <mfx> 1058050328 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-07-12 22:52:08 +00:00
parent 48846c7226
commit a3bb8f00fd
13 changed files with 138 additions and 207 deletions
+2 -2
View File
@@ -227,7 +227,7 @@ public:
void dump() const;
private:
static int compare(const void *p1,const void *p2)
static int __acc_cdecl_qsort compare(const void *p1,const void *p2)
{
const interval *i1 = (const interval*) p1;
const interval *i2 = (const interval*) p2;
@@ -514,7 +514,7 @@ unsigned PackW32Pe::processImports() // pass 1
bool isk32;
unsigned _; // padding to 32
static int compare(const void *p1, const void *p2)
static int __acc_cdecl_qsort compare(const void *p1, const void *p2)
{
const udll *u1 = * (const udll * const *) p1;
const udll *u2 = * (const udll * const *) p2;