Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
39b6e279
Commit
39b6e279
authored
Jun 23, 2014
by
stijn
Browse files
unix: Remove unused CTRL-D definition
parent
5aa740c3
Changes
1
Show whitespace changes
Inline
Side-by-side
unix/input.c
View file @
39b6e279
...
...
@@ -41,8 +41,6 @@
#include <readline/history.h>
#endif
#define CTRL_D '\x04'
char
*
prompt
(
char
*
p
)
{
#if MICROPY_USE_READLINE
char
*
line
=
readline
(
p
);
...
...
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