mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 14:51:18 +08:00
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
This commit is contained in:
parent
3515a00b46
commit
0a7d093345
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* Makefile.am: Add natVMConsole.cc.
|
||||
|
@ -19,6 +19,10 @@ details. */
|
||||
#include <java/io/Console.h>
|
||||
#include <java/io/VMConsole.h>
|
||||
|
||||
#ifndef IUCLC
|
||||
#define IUCLC 0
|
||||
#endif
|
||||
|
||||
#define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
|
||||
#define TERMIOS_ECHO_LFLAGS (ECHO|ECHOE|ECHOK|ECHONL|TOSTOP)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user