[net.micro.amiga] found slight error in openlibs

dillon@CORY.BERKELEY.EDU (Matt Dillon) (09/22/86)

	openlibs(), a call in my library.  It gets passed a bitmap of 
#define'd libraries.  The

	MATH_LIB

	define is correct, but its array entry is incorrect. (in openlibs.c):

	"icon",
	"math",
	"mathtrans",

	Should be:

	"icon",
	"mathffp",
	"mathtrans",


	Otherwise, openlibs() can't open MATH_LIB.


					-Matt