From d7eceebe0eb9cd7840f183dcaf294c85794b0db5 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 3 Jun 2012 13:02:47 +0000 Subject: * interp/lexing.boot (%Line): Now a record structure. * boot/parser.boot (bpTypeName): Split out of bpTypeAliasDefinition. (bpStruct): Use it. Support parameterized structures. * boot/ast.boot (ctorName): New. (bfEnum): Use it for parameterized enums. (bfRecord): Use it for parameterized records. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d2c36208..5db04f85 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ # describe. This description is STILL IN WORK IN PROGRESS. Therefore # it is incorrekt, incomplet, and iNconSiStenT. -ACLOCAL_AMFLAGS = -I config --install --output=config/aclocal.m4 +ACLOCAL_AMFLAGS = -I config #--install --output=config/aclocal.m4 DIST_SUBDIRS = src -- cgit v1.2.3