diff options
Diffstat (limited to 'dev-java/jikes/files')
-rw-r--r-- | dev-java/jikes/files/deprecated.patch | 12 |
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; |