Skip to content
Snippets Groups Projects
Commit 265116a9 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.3.383

Problem:    For EBCDIC pound sign is defined as 't'.
Solution:   Correctly define POUND.
parent 213ae488
No related merge requests found
......@@ -123,7 +123,7 @@
#define DCS 0x90 /* Device Control String */
#define STERM 0x9c /* String Terminator */
#define POUND '\xA3'
#define POUND 0xB1
#define CTRL_F_STR "\056"
#define CTRL_H_STR "\026"
......
......@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
383,
/**/
382,
/**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment