Renamed conflicting functions min,max and d as vecmin, vecmax and vecd

This commit is contained in:
pnenzi 2001-12-06 12:38:10 +00:00
parent 8385b33bea
commit 5347790036
1 changed files with 3 additions and 3 deletions

View File

@ -598,9 +598,9 @@ struct func ft_funcs[] = {
{ "vector", cx_vector } , { "vector", cx_vector } ,
{ "unitvec", cx_unitvec } , { "unitvec", cx_unitvec } ,
{ "length", cx_length } , { "length", cx_length } ,
{ "min", cx_min } , { "vecmin", cx_min } ,
{ "max", cx_max } , { "vecmax", cx_max } ,
{ "d", cx_d } , { "vecd", cx_d } ,
#if 0 #if 0
/* These functions have been temporarily been disabled. See /* These functions have been temporarily been disabled. See
their definitions for the reason. */ their definitions for the reason. */