* verify.cc: Undef PC.

From-SVN: r79690
This commit is contained in:
Rainer Orth 2004-03-19 17:38:23 +00:00 committed by Rainer Orth
parent 59d3567214
commit 165c9b0468
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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>