Remove long_u: ops.c: Refactor long_u.

This commit is contained in:
Eliseo Martínez 2015-01-14 12:13:13 +01:00
parent b716b047e0
commit 79b5a629eb

View File

@ -4234,8 +4234,7 @@ int do_addsub(int command, linenr_T Prenum1)
char_u buf2[NUMBUFLEN]; char_u buf2[NUMBUFLEN];
int hex; /* 'X' or 'x': hex; '0': octal */ int hex; /* 'X' or 'x': hex; '0': octal */
static int hexupper = FALSE; /* 0xABC */ static int hexupper = FALSE; /* 0xABC */
unsigned long n; unsigned long n, oldn;
long_u oldn;
char_u *ptr; char_u *ptr;
int c; int c;
int length = 0; /* character length of the number */ int length = 0; /* character length of the number */