diff options
Diffstat (limited to 'gnu/usr.bin/gas/atof-generic.c')
-rw-r--r-- | gnu/usr.bin/gas/atof-generic.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gas/atof-generic.c b/gnu/usr.bin/gas/atof-generic.c index b709a7ab00d..663389f622e 100644 --- a/gnu/usr.bin/gas/atof-generic.c +++ b/gnu/usr.bin/gas/atof-generic.c @@ -1,3 +1,5 @@ +/* $OpenBSD: atof-generic.c,v 1.2 1998/02/15 18:48:41 niklas Exp $ */ + /* atof_generic.c - turn a string of digits into a Flonum Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc. @@ -18,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: atof-generic.c,v 1.1 1995/10/18 08:38:57 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: atof-generic.c,v 1.2 1998/02/15 18:48:41 niklas Exp $"; #endif #include <ctype.h> |