Skip to content

Commit 1f7beb1

Browse files
committed
updated for version 7.3.383
Problem: For EBCDIC pound sign is defined as 't'. Solution: Correctly define POUND.
1 parent 85f61ed commit 1f7beb1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/ascii.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
#define DCS 0x90 /* Device Control String */
124124
#define STERM 0x9c /* String Terminator */
125125

126-
#define POUND '\xA3'
126+
#define POUND 0xB1
127127

128128
#define CTRL_F_STR "\056"
129129
#define CTRL_H_STR "\026"

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,8 @@ static char *(features[]) =
714714

715715
static int included_patches[] =
716716
{ /* Add new patch number below this line */
717+
/**/
718+
383,
717719
/**/
718720
382,
719721
/**/

0 commit comments

Comments
 (0)