mirror of https://github.com/chzyer/readline.git
fix windows compile error
This commit is contained in:
parent
d478c186fd
commit
4f0ff8f850
|
@ -45,9 +45,6 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
short int16
|
|
||||||
word uint16
|
|
||||||
|
|
||||||
coord struct {
|
coord struct {
|
||||||
x short
|
x short
|
||||||
y short
|
y short
|
||||||
|
|
Loading…
Reference in New Issue