diff options
author | Xin LI <delphij@FreeBSD.org> | 2017-04-29 06:30:21 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2017-04-29 06:30:21 +0000 |
commit | 6f90225e8378d85045013553763bd7483670441c (patch) | |
tree | 185b77b1a31a3ec3a39749f691ca4a8c273e9e1c /jump.c | |
parent | 9c83c2751d26fe2e059d6956f0398b56ed919a6a (diff) |
Notes
Diffstat (limited to 'jump.c')
-rw-r--r-- | jump.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2016 Mark Nudelman + * Copyright (C) 1984-2017 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -200,7 +200,7 @@ jump_loc(pos, sline) POSITION pos; int sline; { - register int nline; + int nline; POSITION tpos; POSITION bpos; |