]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Various code cleanups, mainly to do with RISC assembly.
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index 7d8b526970a3136085f046e0e31974f47ad7ab66..1c777747731a78ffa878ef36ddde98e5d9d9502a 100644 (file)
--- a/rmac.h
+++ b/rmac.h
@@ -194,6 +194,6 @@ void autoeven(int);
 int nthpath(char *, int, char *);
 void clear(char *, LONG);
 char * copy(char *, char *, LONG);
-int rmac_qsort(char *, int, int, int (*)());
+//int rmac_qsort(char *, int, int, int (*)());
 
 #endif // __RMAC_H__