Skip to content

Commit

Permalink
mex port to w32
Browse files Browse the repository at this point in the history
  • Loading branch information
freakout42 committed Oct 26, 2024
1 parent b18e2ac commit 72cb70b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runform/membed/ed.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* which were changed to char.
* um: for UN*X System V set the defines V7 ``and'' SYS_V to 1 !!
*/
#define VERSION "6.0"
#define VERSION "6.1"

#if (VT100)
#define V7 1 /* V7 UN*X or Coherent */
Expand Down
3 changes: 2 additions & 1 deletion runform/membed/term.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#define TERMC 1
#include "ed.h"

WINDOW *windw1 = NULL;

#if W32
#include <windows.h>
#include <stdio.h>
Expand Down Expand Up @@ -106,7 +108,6 @@ struct termio nstate;
#endif

#if CURSES
WINDOW *windw1 = NULL;
#ifdef hpux
static int hpterm = FALSE;
#endif
Expand Down

0 comments on commit 72cb70b

Please sign in to comment.