Browse Source

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

pre-master-46
pnenzi 25 years ago
parent
commit
5347790036
  1. 6
      src/frontend/parse.c

6
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. */

Loading…
Cancel
Save