X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.c;h=6dd9475d7db3b7a7aa848820977d45f2e78bdf75;hp=8dde4c6d9a34925a534de81a25cd2c7fb8b8b8b4;hb=82307651be6db411532b317a5ebc6edd933eea8d;hpb=9fb8931331db981c04e062a3ad36c0d79acb30ae diff --git a/rmac.c b/rmac.c index 8dde4c6..6dd9475 100644 --- a/rmac.c +++ b/rmac.c @@ -15,7 +15,7 @@ #include "sect.h" #include "mark.h" #include "macro.h" -#include "risca.h" +#include "riscasm.h" #include "direct.h" #include "version.h" #include "debug.h" @@ -65,7 +65,8 @@ static int qsz; // Size of each reco static int thresh; // THRESHold in chars static int mthresh; // MTHRESHold in chars - +// This is unused BOLLOCKS +#if 0 // // qst: Do a quicksort. First, find the median element, and put that one in the // first place as the discriminator. (This "median" is just the median of the @@ -298,7 +299,7 @@ int rmac_qsort(char * base, int n, int size, int (*compar)()) return 0; } - +#endif #if 0 //