Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gdtoa/gdtoaimp.h,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/gdtoa/gdtoaimp.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- src/lib/libc/gdtoa/gdtoaimp.h 2011/03/21 22:33:29 1.11 +++ src/lib/libc/gdtoa/gdtoaimp.h 2011/06/04 14:18:10 1.12 @@ -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 void memcpy_D2A ANSI((void*, cons 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