diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-22 06:08:32 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-22 06:08:32 +0000 |
commit | 2162d07aedf86833acc7076d01f1080f182ca442 (patch) | |
tree | 0f6016385ee08993db5f113ec3ce345a01074dcc /java/jlint/files/patch-jlint.d | |
parent | - Add patches to fix brokenness in curses UI (diff) |
java/jlint: Unbreak on CURRENT
In file included from access_desc.cc:1:
In file included from ./access_desc.hh:8:
In file included from ./class_desc.hh:4:
In file included from ./types.hh:41:
./jlint.d:117:16: error: redefinition of 'drem'
JAVA_INSN(115, drem, 1)
^
/usr/include/math.h:329:8: note: previous definition is here
double drem(double, double);
^
Notes
Notes:
svn path=/head/; revision=528899
Diffstat (limited to 'java/jlint/files/patch-jlint.d')
-rw-r--r-- | java/jlint/files/patch-jlint.d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/jlint/files/patch-jlint.d b/java/jlint/files/patch-jlint.d new file mode 100644 index 000000000000..2180d27e4bd0 --- /dev/null +++ b/java/jlint/files/patch-jlint.d @@ -0,0 +1,11 @@ +--- jlint.d.orig 2020-03-22 06:04:53 UTC ++++ jlint.d +@@ -114,7 +114,7 @@ JAVA_INSN(111, ddiv, 1) + JAVA_INSN(112, irem, 1) + JAVA_INSN(113, lrem, 1) + JAVA_INSN(114, frem, 1) +-JAVA_INSN(115, drem, 1) ++JAVA_INSN(115, Jdrem, 1) + JAVA_INSN(116, ineg, 1) + JAVA_INSN(117, lneg, 1) + JAVA_INSN(118, fneg, 1) |