diff options
| author | pk <pk@NetBSD.org> | 1994-04-03 18:38:02 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1994-04-03 18:38:02 +0000 |
| commit | 158618112bacbbb4cd3f16edf29ab4c6cfe9dc9e (patch) | |
| tree | abad24c122403f208790978d5c0c2f6f30300098 /gnu | |
| parent | 4d432692a3ff486db49443e65cb7eb7faf752a9d (diff) | |
Terminate comment at a reasonable place.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/ld/ld/lib.c | 3 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/lib.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/ld/lib.c b/gnu/usr.bin/ld/ld/lib.c index 41312cd1dc2..e70e8a5a938 100644 --- a/gnu/usr.bin/ld/ld/lib.c +++ b/gnu/usr.bin/ld/ld/lib.c @@ -1,5 +1,5 @@ /* - * $Id: lib.c,v 1.10 1994/03/31 14:17:36 pk Exp $ - library routines + * $Id: lib.c,v 1.11 1994/04/03 18:38:02 pk Exp $ - library routines */ #include <sys/param.h> @@ -528,6 +528,7 @@ subfile_wanted_p(entry) /* * But this member wants it to be * a common; ignore it. + */ continue; } diff --git a/gnu/usr.bin/ld/lib.c b/gnu/usr.bin/ld/lib.c index 41312cd1dc2..e70e8a5a938 100644 --- a/gnu/usr.bin/ld/lib.c +++ b/gnu/usr.bin/ld/lib.c @@ -1,5 +1,5 @@ /* - * $Id: lib.c,v 1.10 1994/03/31 14:17:36 pk Exp $ - library routines + * $Id: lib.c,v 1.11 1994/04/03 18:38:02 pk Exp $ - library routines */ #include <sys/param.h> @@ -528,6 +528,7 @@ subfile_wanted_p(entry) /* * But this member wants it to be * a common; ignore it. + */ continue; } |
