diff options
Diffstat (limited to 'biology/migrate/files/patch-src-pretty-win32.cpp')
-rw-r--r-- | biology/migrate/files/patch-src-pretty-win32.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/biology/migrate/files/patch-src-pretty-win32.cpp b/biology/migrate/files/patch-src-pretty-win32.cpp new file mode 100644 index 000000000000..c6e2321db136 --- /dev/null +++ b/biology/migrate/files/patch-src-pretty-win32.cpp @@ -0,0 +1,12 @@ +--- pretty-win32.cpp.orgi 2008-02-27 08:15:26.000000000 +0100 ++++ pretty-win32.cpp 2008-02-27 08:16:07.000000000 +0100 +@@ -13,9 +13,3 @@ + _set_new_handler(throw_new_handler); + } + #endif +- +-int dummy_function(int do_nothing) +-{ +- print("Some computer fail to compile MIGRATE with empty files\n"); +- return 0; +-} |