From 9d481651d4f20d186ffda0a8680c043e656949b8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 17 Aug 2015 06:37:10 -0700 Subject: Start of new way of handling variable arguments. * Makefile (OBJS): Add args.o object. * args.c: New file. * args.h: New file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f17291b..016a9c0b 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ EXTRA_OBJS-y := OBJS := txr.o lex.yy.o y.tab.o match.o lib.o regex.o gc.o unwind.o stream.o OBJS += arith.o hash.o utf8.o filter.o eval.o parser.o rand.o combi.o sysif.o -OBJS += lisplib.o cadr.o +OBJS += args.o lisplib.o cadr.o OBJS-$(debug_support) += debug.o OBJS-$(have_syslog) += syslog.o OBJS-$(have_glob) += glob.o -- cgit v1.2.3