--- ray/src/rt/func.c 1993/05/25 10:30:16 2.9 +++ ray/src/rt/func.c 1993/09/29 10:39:40 2.11 @@ -18,9 +18,9 @@ static char SCCSid[] = "$SunId$ LBL"; #define INITFILE "rayinit.cal" -#define REFVNAME "`FILE_REFCNT" #define CALSUF ".cal" #define LCALSUF 4 +char REFVNAME[] = "`FILE_REFCNT"; XF unitxf = { /* identity transform */ {{1.0, 0.0, 0.0, 0.0}, @@ -69,6 +69,7 @@ int dofwd; funset("erf", 1, ':', l_erf); funset("erfc", 1, ':', l_erfc); setnoisefuncs(); + setprismfuncs(); loadfunc(initfile); initfile[0] = '\0'; }