diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-13 07:49:01 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-13 07:49:01 +0000 |
commit | 8b456b8f8a8a56396ef63f516b8e2cb2b5d44a48 (patch) | |
tree | 06ec81d44d1270f8df29d13816ec6fd7c7431b42 /dev-java/jikes/files | |
parent | version bump (bug #67077) (Manifest recommit) (diff) | |
download | gentoo-2-8b456b8f8a8a56396ef63f516b8e2cb2b5d44a48.tar.gz gentoo-2-8b456b8f8a8a56396ef63f516b8e2cb2b5d44a48.tar.bz2 gentoo-2-8b456b8f8a8a56396ef63f516b8e2cb2b5d44a48.zip |
fix patch, stupid cvs headers
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; |