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 (
|
||||
short int16
|
||||
word uint16
|
||||
|
||||
coord struct {
|
||||
x short
|
||||
y short
|
||||
|
|
Loading…
Reference in New Issue