--- ray/src/rt/func.c 1991/01/12 18:01:19 1.13 +++ ray/src/rt/func.c 1991/04/23 15:46:22 1.14 @@ -48,13 +48,13 @@ XF *bx; scompile("Ix=$16;Iy=$17;Iz=$18;", NULL, 0); scompile("Jx=$19;Jy=$20;Jz=$21;", NULL, 0); scompile("Kx=$22;Ky=$23;Kz=$24;", NULL, 0); - funset("arg", 1, l_arg); - funset("noise3", 3, l_noise3); - funset("noise3a", 3, l_noise3a); - funset("noise3b", 3, l_noise3b); - funset("noise3c", 3, l_noise3c); - funset("hermite", 5, l_hermite); - funset("fnoise3", 3, l_fnoise3); + funset("arg", 1, '=', l_arg); + funset("noise3", 3, ':', l_noise3); + funset("noise3a", 3, ':', l_noise3a); + funset("noise3b", 3, ':', l_noise3b); + funset("noise3c", 3, ':', l_noise3c); + funset("hermite", 5, ':', l_hermite); + funset("fnoise3", 3, ':', l_fnoise3); initfile = NULL; } fobj = m;