summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h
index f4f1a877f3..7deb5abc4b 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