diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-02-09 03:22:17 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-02-09 03:22:17 +0000 |
commit | a544736ed70e8fe775f15da18e2f392db494231f (patch) | |
tree | 5ef55bc95b67ce1edcd5667033c850c98a39a09b /misc/gambit/files/patch-gcmdline.cc | |
parent | devel/p5-File-Spec: p5-File-Spec should only be used if perl < 5.8 (diff) |
add gambit 0.97.0.3
A library of tools for doing computation in game theory
Notes
Notes:
svn path=/head/; revision=75151
Diffstat (limited to 'misc/gambit/files/patch-gcmdline.cc')
-rw-r--r-- | misc/gambit/files/patch-gcmdline.cc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/gambit/files/patch-gcmdline.cc b/misc/gambit/files/patch-gcmdline.cc new file mode 100644 index 000000000000..fa99b6de3aee --- /dev/null +++ b/misc/gambit/files/patch-gcmdline.cc @@ -0,0 +1,18 @@ +--- sources/gcl/gcmdline.cc.orig Sun Feb 9 02:23:11 2003 ++++ sources/gcl/gcmdline.cc Sun Feb 9 02:26:28 2003 +@@ -81,7 +81,6 @@ + rawTerm.c_iflag &= ~ICRNL; + rawTerm.c_iflag &= ~IXON; + rawTerm.c_iflag &= ~IXOFF; +- rawTerm.c_iflag &= ~IUCLC; + rawTerm.c_iflag &= ~IXANY; + rawTerm.c_iflag &= ~IMAXBEL; + +@@ -90,7 +89,6 @@ + // rawTerm.c_lflag &= ~ISIG; + rawTerm.c_lflag |= ISIG; + rawTerm.c_lflag &= ~ICANON; +- rawTerm.c_lflag &= ~XCASE; + rawTerm.c_lflag &= ~ECHO; + + rawTerm.c_cc[VTIME] = 0; |