Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
13890651
Commit
13890651
authored
Apr 23, 2001
by
sewardj
Browse files
[project @ 2001-04-23 16:50:48 by sewardj]
Generate a plausible value for NO_READLINE.
parent
580c8160
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/ghci/InteractiveUI.hs
View file @
13890651
-----------------------------------------------------------------------------
-- $Id: InteractiveUI.hs,v 1.6
0
2001/0
3
/2
8
16:5
1:03 simonmar
Exp $
-- $Id: InteractiveUI.hs,v 1.6
1
2001/0
4
/2
3
16:5
0:48 sewardj
Exp $
--
-- GHC Interactive User Interface
--
...
...
@@ -12,6 +12,12 @@ module InteractiveUI ( interactiveUI, ghciWelcomeMsg ) where
#
include
"HsVersions.h"
#
if
HAVE_READLINE_4_2
==
1
||
HAVE_READLINE_4
==
1
#
undef
NO_READLINE
#
else
#
define
NO_READLINE
#
endif
import
CompManager
import
CmStaticInfo
import
ByteCodeLink
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment