aboutsummaryrefslogtreecommitdiffstats
path: root/biology/wise/files/patch-src_models_phasemodel.c
blob: e76d8cdac5672e45a6434decaed5326b13fcd894 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/models/phasemodel.c.orig	2007-09-08 08:05:32 UTC
+++ src/models/phasemodel.c
@@ -3,6 +3,10 @@ extern "C" {
 #endif
 #include "phasemodel.h"
 
+#ifdef __DragonFly__
+#define isnumber	isdigit
+#endif
+
 # line 59 "phasemodel.dy"
 ProteinIntronList * read_ProteinIntronList(FILE * ifp)
 {