1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-06 15:12:51 +00:00

link to link warning

SCCS-file: zic.c
SCCS-SID: 7.119
This commit is contained in:
Arthur David Olson
2005-01-24 11:26:13 -05:00
committed by Paul Eggert
parent f9973a1afb
commit d1bf5582bd

5
zic.c
View File

@ -579,6 +579,11 @@ _("%s: More than one -L option specified\n"),
for (i = 0; i < nlinks; ++i) {
eat(links[i].l_filename, links[i].l_linenum);
dolink(links[i].l_from, links[i].l_to);
if (noise)
for (j = 0; j < nlinks; ++j)
if (strcmp(links[i].l_to,
links[j].l_from) == 0)
warning("link to link");
}
if (lcltime != NULL) {
eat("command line", 1);