Commit 165c9b04 by Rainer Orth Committed by Rainer Orth

* verify.cc: Undef PC.

From-SVN: r79690
parent 59d35672
2004-03-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* verify.cc: Undef PC.
2004-03-18 Michael Koch <konqueror@gmx.de>
* java/nio/channels/spi/AbstractSelectableChannel.java
......
......@@ -19,6 +19,11 @@ details. */
#include <java-insns.h>
#include <java-interp.h>
// On Solaris 10/x86, <signal.h> indirectly includes <ia32/sys/reg.h>, which
// defines PC since g++ predefines __EXTENSIONS__. Undef here to avoid clash
// with PC member of class _Jv_BytecodeVerifier below.
#undef PC
#ifdef INTERPRETER
#include <java/lang/Class.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment