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 /lsystem.c | |
parent | 9c83c2751d26fe2e059d6956f0398b56ed919a6a (diff) |
Notes
Diffstat (limited to 'lsystem.c')
-rw-r--r-- | lsystem.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lsystem.c b/lsystem.c index ea3cfb0159d1b..10911ebe15d40 100644 --- a/lsystem.c +++ b/lsystem.c @@ -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. @@ -42,10 +42,10 @@ lsystem(cmd, donemsg) char *cmd; char *donemsg; { - register int inp; + int inp; #if HAVE_SHELL - register char *shell; - register char *p; + char *shell; + char *p; #endif IFILE save_ifile; #if MSDOS_COMPILER && MSDOS_COMPILER!=WIN32C @@ -289,8 +289,8 @@ pipe_data(cmd, spos, epos) POSITION spos; POSITION epos; { - register FILE *f; - register int c; + FILE *f; + int c; extern FILE *popen(); /* |