From 56213f42462dc91f4de5a509095dd8bfc4aeef84 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 7 Jan 2014 21:01:10 +0200 Subject: Make old extensions compile and work under Linux. --- old-extension/spec_array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'old-extension/spec_array.c') diff --git a/old-extension/spec_array.c b/old-extension/spec_array.c index 78b24018..248783bb 100644 --- a/old-extension/spec_array.c +++ b/old-extension/spec_array.c @@ -40,7 +40,7 @@ typedef struct spec_array { * the base array is str_array. */ -#define SUPER(F) (*str_array_func[AFUNC(F)]) +#define SUPER(F) (*str_array_func[F ## _ind]) /* -- cgit v1.2.3