summaryrefslogtreecommitdiffstats
path: root/libjava/gnu/awt
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-05 14:29:47 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-05 14:29:47 +0000
commite4a1579939ae0d96caffb45978ac382f9d4443ce (patch)
treeb3bc5566835b32d35d32154afa344c52b010f061 /libjava/gnu/awt
parent948dec911b94ed4a3e0b2b032791b745110346db (diff)
downloadppe42-gcc-e4a1579939ae0d96caffb45978ac382f9d4443ce.tar.gz
ppe42-gcc-e4a1579939ae0d96caffb45978ac382f9d4443ce.zip
Updating header files. Earlier change here seems to have been in error.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122550 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gnu/awt')
-rw-r--r--libjava/gnu/awt/xlib/XEventLoop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/gnu/awt/xlib/XEventLoop.h b/libjava/gnu/awt/xlib/XEventLoop.h
index 0827f8aaa9a..8061e9a9441 100644
--- a/libjava/gnu/awt/xlib/XEventLoop.h
+++ b/libjava/gnu/awt/xlib/XEventLoop.h
@@ -67,7 +67,7 @@ private:
::java::lang::Thread * eventLoopThread;
public: // actually package-private
::gnu::awt::LightweightRedirector * lightweightRedirector;
- volatile jboolean idle;
+ jboolean volatile idle;
public:
static ::java::lang::Class class$;
};
OpenPOWER on IntegriCloud