Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!labrea!agate!pasteur!ames!mailrus!cornell!uw-beaver!ssc-vax!cxsea!mtk!steve
From: steve@mtk.UUCP (Steve Wilson)
Newsgroups: comp.sys.mac
Subject: LSC 3.0 _pow() bug.
Message-ID: <227@mtk.UUCP>
Date: 21 Sep 88 14:26:38 GMT
Organization: Mannesmann Tally Corp., Kent, WA
Lines: 6

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.