From 8043c794133a8de6888371f8942185e5baace0a3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 24 Feb 2006 10:14:08 +0000 Subject: (parse_value_term): Added support for general @name functions. This used to mean Python functions, now it will be used for all further value expression functions. Right now this means the new @min(x,y) and @max(x,y) functions. --- valexpr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'valexpr.h') diff --git a/valexpr.h b/valexpr.h index e79e4afd..820ae04f 100644 --- a/valexpr.h +++ b/valexpr.h @@ -64,6 +64,7 @@ struct value_expr_t F_PARENT, F_ARITH_MEAN, F_VALUE, + F_FUNC, F_NEG, F_ABS, F_STRIP, -- cgit v1.2.3