Fixed bugs in COLLECT-TEMPLATE-VARS for NUMBER-TEMPLATEs.
authormantoniotti
local dateWed, 27 Apr 2005 20:44:25
dateWed, 27 Apr 2005 20:44:25
hash20050427204425-0588d-9704a9793c7f2b88f59de2e445e2aa60ea3a6e22.gz
Fixed bugs in COLLECT-TEMPLATE-VARS for NUMBER-TEMPLATEs.

Fixed bugs in COLLECT-TEMPLATE-VARS for NUMBER-TEMPLATEs.
If a variable was present, then the method was not returning a list.
The treatment of constants like PI was also incorrect, as the numeric
value was returned. Retunrning () seems the right thing to do
instead.
1 file(s) changed:
templates-hierarchy.lisp +5 -2