Files
ports/biology/wise/files/patch-src_models_phasemodel.c
T
Dmitry Marakasov 642d72c8d8 - Switch to options helpers
- Regenerate patches with `make makepatch`
2016-06-21 09:05:06 +00:00

14 lines
294 B
C

--- 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)
{