# FML interpreter. Europagate, 1995
#
-# $Id: Makefile,v 1.13 1995/03/01 14:31:23 adam Exp $
+# $Id: Makefile,v 1.14 1995/03/27 12:49:51 adam Exp $
SHELL=/bin/sh
INCLUDE=-I../include -I. $(REGEXINC)
TPROG1=fmltest
-CFLAGS=-g -Wall -pedantic
+#CFLAGS=-g -Wall -pedantic
CPP=$(CC) -E
DEFS=$(INCLUDE) -DUSE_GNU_REGEX=1
LIB=../lib/fml.a
* 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.
*
return 0;
}
-#endif
-
static struct fml_node *fml_exec_match (Fml fml, struct fml_node **lp,
struct token *tp)
{
return NULL;
}
+#endif
+
static struct fml_node *fml_exec_strlen (Fml fml, struct fml_node **lp,
struct token *tp)
{
# FML tempo test
#
-# $Id: tempo.fml,v 1.4 1995/02/23 08:32:08 adam Exp $
+# $Id: tempo.fml,v 1.5 1995/03/27 12:49:51 adam Exp $
\set x 1
\set max 10000
-\while {\x \lt \max} {\incr \x}
+\while {\x \lt 10000} {\incr \x}