Maxima prints several warnings about redefining functions when it
loads "basic." I think the warnings are bogus. I'd like to use
'push' in a project, but I don't like the warnings. Suggestions?
(%i1) load("basic");
Warning - you are redefining the Maxima function prog1
Warning - you are redefining the Maxima function symbolcheck
Warning - you are redefining the Maxima function push
Warning - you are redefining the Maxima function pop
Warning - you are redefining the Maxima function tr_ev
Barton