From 74e3e13b3a19afc2f8573afbad0002060b7e3d4d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 6 Mar 2005 16:19:44 +0000 Subject: Remove register keyword. --- src/printf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/printf.c') diff --git a/src/printf.c b/src/printf.c index e6c2eaaa8..23db3ce01 100644 --- a/src/printf.c +++ b/src/printf.c @@ -1,5 +1,5 @@ /* printf - format and print data - Copyright (C) 1990-2004 Free Software Foundation, Inc. + Copyright (C) 1990-2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -240,7 +240,7 @@ print_esc_char (char c) static int print_esc (const char *escstart, bool octal_0) { - register const char *p = escstart + 1; + const char *p = escstart + 1; int esc_value = 0; /* Value of \nnn escape. */ int esc_length; /* Length of \nnn escape. */ -- cgit v1.2.3-54-g00ecf