From 5347790036222b6d80b33af4033731d4c1ec6b16 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Thu, 6 Dec 2001 12:38:10 +0000 Subject: [PATCH] Renamed conflicting functions min,max and d as vecmin, vecmax and vecd --- src/frontend/parse.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/parse.c b/src/frontend/parse.c index d6eeccd4b..3979efc86 100644 --- a/src/frontend/parse.c +++ b/src/frontend/parse.c @@ -598,9 +598,9 @@ struct func ft_funcs[] = { { "vector", cx_vector } , { "unitvec", cx_unitvec } , { "length", cx_length } , - { "min", cx_min } , - { "max", cx_max } , - { "d", cx_d } , + { "vecmin", cx_min } , + { "vecmax", cx_max } , + { "vecd", cx_d } , #if 0 /* These functions have been temporarily been disabled. See their definitions for the reason. */