mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08:00
* verify.cc: Undef PC.
From-SVN: r79690
This commit is contained in:
parent
59d3567214
commit
165c9b0468
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user