[comp.lang.c++] >>>>>> catch_sig ...

ssimmons@convex.com (Steve Simmons) (07/13/90)

	Try using the following declaration for catch_sig...

	extern "C" catch_sig();

	It informs the C++ preprocessor not to any processing on
	the external idenitifier and that it will be resolved 
	by the loader.  

	Thank you.

						Steve Simmons