ports/x11/xscribble/patches/patch-lirec_sc_c

20 lines
419 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- lirec/sc.c.orig
+++ lirec/sc.c
@@ -30,6 +30,8 @@ Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
#include "math.h"
#include "zdebug.h"
+void FixClassifier(sClassifier, Matrix);
+
#define EPS (1.0e-6) /* for singular matrix check */
sClassifier
sNewClassifier()
@@ -363,6 +365,7 @@ register Matrix sigma;
return result;
}
+void
FixClassifier(sc, avgcov)
register sClassifier sc;
Matrix avgcov;