Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gdtoa remove string placed by error(1)



details:   https://anonhg.NetBSD.org/src/rev/f28924475241
branches:  trunk
changeset: 765742:f28924475241
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 04 14:18:10 2011 +0000

description:
remove string placed by error(1)

diffstat:

 lib/libc/gdtoa/gdtoaimp.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 61e0411245f3 -r f28924475241 lib/libc/gdtoa/gdtoaimp.h
--- a/lib/libc/gdtoa/gdtoaimp.h Sat Jun 04 13:29:02 2011 +0000
+++ b/lib/libc/gdtoa/gdtoaimp.h Sat Jun 04 14:18:10 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gdtoaimp.h,v 1.11 2011/03/21 22:33:29 christos Exp $ */
+/* $NetBSD: gdtoaimp.h,v 1.12 2011/06/04 14:18:10 christos Exp $ */
 
 /****************************************************************
 
@@ -624,8 +624,6 @@
  extern double strtod ANSI((const char *s00, char **se));
  extern Bigint *sum ANSI((Bigint*, Bigint*));
  extern int trailz ANSI((CONST Bigint*));
-/*###626 [lint] syntax error '*' [249]%%%*/
-/*###626 [lint] incomplete or misplaced function definition [22]%%%*/
  extern double ulp ANSI((U*));
 
 #ifdef __cplusplus



Home | Main Index | Thread Index | Old Index