Make REDO unconditional.

This commit is contained in:
Sean Hunt
2015-02-27 19:33:52 -05:00
parent d218bedbf7
commit 0001534d04
18 changed files with 7 additions and 95 deletions
-5
View File
@@ -185,11 +185,6 @@ extern void NDECL(toggle_mouse_support);
#define ALLOCA_HACK /* used in util/panic.c */
#endif
#ifndef REDO
#undef Getchar
#define Getchar nhgetch
#endif
#ifdef _MSC_VER
#if 0
#pragma warning(disable:4018) /* signed/unsigned mismatch */