From aaed1aa81d33693a28d6bd49117e4130b00bfa56 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 20 Nov 2009 10:01:57 -0800 Subject: Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, we wouldn't have to declare object variables at all, so why use an obtuse syntax to do so?) --- match.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'match.h') diff --git a/match.h b/match.h index 9fc2f8ed..2404c1ea 100644 --- a/match.h +++ b/match.h @@ -24,4 +24,4 @@ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -int extract(obj_t *spec, obj_t *filenames, obj_t *bindings); +int extract(val spec, val filenames, val bindings); -- cgit v1.2.3