From: niklas Date: Fri, 21 Feb 1997 13:48:41 +0000 (+0000) Subject: numeric variable have to be long as they are used like that X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=44e83f899acb22b7f292b113a4303c8d035b21f0;p=openbsd numeric variable have to be long as they are used like that --- diff --git a/usr.bin/vim/option.h b/usr.bin/vim/option.h index 192fceaf189..6bd901cad81 100644 --- a/usr.bin/vim/option.h +++ b/usr.bin/vim/option.h @@ -1,4 +1,4 @@ -/* $OpenBSD: option.h,v 1.3 1996/09/26 14:13:08 downsj Exp $ */ +/* $OpenBSD: option.h,v 1.4 1997/02/21 13:48:41 niklas Exp $ */ /* vi:set ts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar @@ -116,7 +116,7 @@ */ #ifdef RIGHTLEFT -EXTERN int p_aleph; /* Hebrew 'Aleph' encoding */ +EXTERN long p_aleph; /* Hebrew 'Aleph' encoding */ #endif EXTERN int p_aw; /* auto-write */ EXTERN long p_bs; /* backspace over newlines in insert mode */