summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-10-13 07:49:01 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-10-13 07:49:01 +0000
commit0b512f2ae6fb10e448b89b4c0cfcf9c9ac26f772 (patch)
tree8d44979923dee4441f468b352387ae43e3d214f4 /dev-java/jikes/files
parentversion bump (bug #67077) (diff)
downloadhistorical-0b512f2ae6fb10e448b89b4c0cfcf9c9ac26f772.tar.gz
historical-0b512f2ae6fb10e448b89b4c0cfcf9c9ac26f772.tar.bz2
historical-0b512f2ae6fb10e448b89b4c0cfcf9c9ac26f772.zip
fix patch, stupid cvs headers
Diffstat (limited to 'dev-java/jikes/files')
-rw-r--r--dev-java/jikes/files/deprecated.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-java/jikes/files/deprecated.patch b/dev-java/jikes/files/deprecated.patch
index 1eee5be86db6..0fd05253a6df 100644
--- a/dev-java/jikes/files/deprecated.patch
+++ b/dev-java/jikes/files/deprecated.patch
@@ -1,11 +1,5 @@
--- src/decl.cpp 2004/09/26 22:40:411.144
+++ src/decl.cpp 2004/10/09 18:04:501.145
-@@ -1,4 +1,4 @@
--// $Id: deprecated.patch,v 1.1 2004/10/12 19:21:14 axxo Exp $
-+// $Id: deprecated.patch,v 1.1 2004/10/12 19:21:14 axxo Exp $
- //
- // This software is subject to the terms of the IBM Jikes Compiler
- // License Agreement available at the following URL:
@@ -2596,7 +2596,9 @@
//
if (control.option.deprecation &&
@@ -21,12 +15,6 @@
diff -u -r1.159 -r1.160
--- src/error.cpp 2004/09/26 22:40:411.159
+++ src/error.cpp 2004/10/10 02:59:401.160
-@@ -1,4 +1,4 @@
--// $Id: deprecated.patch,v 1.1 2004/10/12 19:21:14 axxo Exp $
-+// $Id: deprecated.patch,v 1.1 2004/10/12 19:21:14 axxo Exp $
- //
- // This software is subject to the terms of the IBM Jikes Compiler
- // License Agreement available at the following URL:
@@ -513,6 +513,7 @@
warning[DEPRECATED_FIELD] = WEAK_WARNING;
warning[DEPRECATED_METHOD] = WEAK_WARNING;