Get this to build again on -current boxes with egcs.

This commit is contained in:
Steve Price 1999-06-07 03:02:22 +00:00
parent f744bf2780
commit a94c36f833
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19283

View File

@ -0,0 +1,11 @@
--- lib/CmdLineApp.cxx.orig Mon May 31 10:10:43 1999
+++ lib/CmdLineApp.cxx Mon May 31 10:13:03 1999
@@ -170,7 +170,7 @@
int CmdLineApp::init(int, AppChar **argv)
{
-#ifndef SP_ANSI_LIB
+#if !defined(SP_ANSI_LIB) && (__FreeBSD_cc_version < 400002)
set_new_handler(outOfMemory);
#endif
#ifdef SP_HAVE_LOCALE