These tried to escape, but were surrounded and committed (and it's
getting late).
This commit is contained in:
parent
adfd72514a
commit
97b9e761fa
56
textproc/sp/patches/patch-ab
Normal file
56
textproc/sp/patches/patch-ab
Normal file
@ -0,0 +1,56 @@
|
||||
--- lib/entmgr_inst.cxx.orig Sun Oct 31 04:27:30 1999
|
||||
+++ lib/entmgr_inst.cxx Sun Oct 31 04:28:18 1999
|
||||
@@ -437,7 +437,7 @@
|
||||
#pragma define(Vector<String<EquivCode> >)
|
||||
#else
|
||||
#ifdef SP_ANSI_CLASS_INST
|
||||
-template class Vector<String<EquivCode> >;
|
||||
+// template class Vector<String<EquivCode> >;
|
||||
#else
|
||||
typedef Vector<String<EquivCode> > Dummy_30;
|
||||
#endif
|
||||
@@ -567,7 +567,7 @@
|
||||
#pragma define(SharedXcharMap<unsigned char>)
|
||||
#else
|
||||
#ifdef SP_ANSI_CLASS_INST
|
||||
-template class SharedXcharMap<unsigned char>;
|
||||
+// template class SharedXcharMap<unsigned char>;
|
||||
#else
|
||||
typedef SharedXcharMap<unsigned char> Dummy_40;
|
||||
#endif
|
||||
@@ -593,7 +593,7 @@
|
||||
#pragma define(String<EquivCode>)
|
||||
#else
|
||||
#ifdef SP_ANSI_CLASS_INST
|
||||
-template class String<EquivCode>;
|
||||
+// template class String<EquivCode>;
|
||||
#else
|
||||
typedef String<EquivCode> Dummy_42;
|
||||
#endif
|
||||
@@ -632,7 +632,7 @@
|
||||
#pragma define(XcharMap<unsigned char>)
|
||||
#else
|
||||
#ifdef SP_ANSI_CLASS_INST
|
||||
-template class XcharMap<unsigned char>;
|
||||
+// template class XcharMap<unsigned char>;
|
||||
#else
|
||||
typedef XcharMap<unsigned char> Dummy_45;
|
||||
#endif
|
||||
@@ -671,7 +671,7 @@
|
||||
#pragma define(Vector<PackedBoolean>)
|
||||
#else
|
||||
#ifdef SP_ANSI_CLASS_INST
|
||||
-template class Vector<PackedBoolean>;
|
||||
+// template class Vector<PackedBoolean>;
|
||||
#else
|
||||
typedef Vector<PackedBoolean> Dummy_48;
|
||||
#endif
|
||||
@@ -684,7 +684,7 @@
|
||||
#pragma define(SubstTable<Char>)
|
||||
#else
|
||||
#ifdef SP_ANSI_CLASS_INST
|
||||
-template class SubstTable<Char>;
|
||||
+// template class SubstTable<Char>;
|
||||
#else
|
||||
typedef SubstTable<Char> Dummy_49;
|
||||
#endif
|
11
textproc/sp/patches/patch-ad
Normal file
11
textproc/sp/patches/patch-ad
Normal file
@ -0,0 +1,11 @@
|
||||
--- lib/parser_inst.cxx.orig Sun Oct 31 04:30:30 1999
|
||||
+++ lib/parser_inst.cxx Sun Oct 31 04:30:45 1999
|
||||
@@ -1344,7 +1344,7 @@
|
||||
#pragma define(Vector<unsigned int>)
|
||||
#else
|
||||
#ifdef SP_ANSI_CLASS_INST
|
||||
-template class Vector<unsigned int>;
|
||||
+// template class Vector<unsigned int>;
|
||||
#else
|
||||
typedef Vector<unsigned int> Dummy_97;
|
||||
#endif
|
34
textproc/sp/patches/patch-ae
Normal file
34
textproc/sp/patches/patch-ae
Normal file
@ -0,0 +1,34 @@
|
||||
--- lib/CmdLineApp.cxx.orig Sun Oct 31 04:58:39 1999
|
||||
+++ lib/CmdLineApp.cxx Sun Oct 31 05:01:11 1999
|
||||
@@ -188,9 +188,6 @@
|
||||
|
||||
int CmdLineApp::run(int argc, AppChar **argv)
|
||||
{
|
||||
-#ifdef SP_ANSI_LIB
|
||||
- try {
|
||||
-#endif
|
||||
int ret = init(argc, argv);
|
||||
if (ret)
|
||||
return ret;
|
||||
@@ -201,21 +198,6 @@
|
||||
ret = processArguments(argc - firstArg, argv + firstArg);
|
||||
progName = 0;
|
||||
return ret;
|
||||
-#ifdef SP_ANSI_LIB
|
||||
- }
|
||||
-catch (
|
||||
-#ifndef SP_NO_STD_NAMESPACE
|
||||
- std::
|
||||
-#endif
|
||||
- bad_alloc) {
|
||||
-#ifdef SP_FANCY_NEW_HANDLER
|
||||
- outOfMemory(0);
|
||||
-#else
|
||||
- outOfMemory();
|
||||
-#endif
|
||||
- }
|
||||
- return 1;
|
||||
-#endif /* SP_ANSI_LIB */
|
||||
}
|
||||
|
||||
int CmdLineApp::processOptions(int argc, AppChar **argv, int &nextArg)
|
Loading…
Reference in New Issue
Block a user