commit | 5fd0ca70d31f835eefb1ee8a06b73763d761a134 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 13 16:56:33 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 13 16:56:33 2009 +0000 |
tree | c08cc30b9a1fc6d2f5a0f9434af0de6cc9b1f1ab | |
parent | 0c7ce77a00469e0d8956de3df06b5fde4023ad47 [diff] [blame] |
updated for version 7.2-169
diff --git a/src/structs.h b/src/structs.h index f4f1a87..7deb5ab 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -16,7 +16,7 @@ */ #if defined(SASC) && SASC < 658 typedef long linenr_T; -typedef unsigned colnr_T; +typedef int colnr_T; typedef unsigned short short_u; #endif