Commit 0a7d0933 by Gerald Pfeifer Committed by Gerald Pfeifer

re PR libgcj/52694 (bootstrap failure: libjava/java/io/natVMConsole.cc:35:20:…

re PR libgcj/52694 (bootstrap failure: libjava/java/io/natVMConsole.cc:35:20: error: 'IUCL C' was not declared in this scope)

	PR libgcj/52694
	* java/io/natVMConsole.cc (IUCLC): Define, if undefined.

From-SVN: r185811
parent 3515a00b
2012-03-25 Gerald Pfeifer <gerald@pfeifer.com>
PR libgcj/52694
* java/io/natVMConsole.cc (IUCLC): Define, if undefined.
2012-03-16 Andrew John Hughes <ahughes@redhat.com> 2012-03-16 Andrew John Hughes <ahughes@redhat.com>
* Makefile.am: Add natVMConsole.cc. * Makefile.am: Add natVMConsole.cc.
......
...@@ -19,6 +19,10 @@ details. */ ...@@ -19,6 +19,10 @@ details. */
#include <java/io/Console.h> #include <java/io/Console.h>
#include <java/io/VMConsole.h> #include <java/io/VMConsole.h>
#ifndef IUCLC
#define IUCLC 0
#endif
#define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY) #define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
#define TERMIOS_ECHO_LFLAGS (ECHO|ECHOE|ECHOK|ECHONL|TOSTOP) #define TERMIOS_ECHO_LFLAGS (ECHO|ECHOE|ECHOK|ECHONL|TOSTOP)
......
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