Removed CFLAGS def. Bug fix (compile error when USE_GNU_REGEX=0).
[egate.git] / fml / fmlstr.c
index 2bfda57..968ab97 100644 (file)
@@ -2,7 +2,10 @@
  * FML interpreter. Europagate, 1995
  *
  * $Log: fmlstr.c,v $
- * Revision 1.5  1995/03/02 08:06:07  adam
+ * Revision 1.6  1995/03/27 12:49:51  adam
+ * Removed CFLAGS def. Bug fix (compile error when USE_GNU_REGEX=0).
+ *
+ * Revision 1.5  1995/03/02  08:06:07  adam
  * Fml function strsub implemented. New test files marc[45].fml.
  * New test options in fmltest.
  *
@@ -86,8 +89,6 @@ static int fml_reg_match (struct reg_cache *reg_pat, const char *str)
     return 0;
 }
 
-#endif
-
 static struct fml_node *fml_exec_match (Fml fml, struct fml_node **lp, 
                                          struct token *tp)
 {
@@ -129,6 +130,8 @@ static struct fml_node *fml_exec_match (Fml fml, struct fml_node **lp,
     return NULL;
 }
 
+#endif
+
 static struct fml_node *fml_exec_strlen (Fml fml, struct fml_node **lp, 
                                          struct token *tp)
 {