[comp.sys.mac] LSC 3.0 _pow

steve@mtk.UUCP (Steve Wilson) (09/21/88)

The routine _pow() in Math881.c (LSC 3.0) doesn't return anything.  
It should contain the statement:

	return(x);

at the end of the function.