diff options
| author | rsc <devnull@localhost> | 2004-04-21 05:34:37 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-04-21 05:34:37 +0000 |
| commit | a8c15b08ca39ae9fa8d50f9e338d341c09fa57dd (patch) | |
| tree | ffe19f2f3aaebc2dfe03d32d1614082aa9f85e8f /src/cmd/acid/util.c | |
| parent | eaf56db5bc78cfec908db84dc792c53ac8ffb90e (diff) | |
| download | plan9port-a8c15b08ca39ae9fa8d50f9e338d341c09fa57dd.tar.gz plan9port-a8c15b08ca39ae9fa8d50f9e338d341c09fa57dd.zip | |
Include looks in #9/acid now.
Acid works harder at not falling over.
Diffstat (limited to 'src/cmd/acid/util.c')
| -rw-r--r-- | src/cmd/acid/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acid/util.c b/src/cmd/acid/util.c index a40416c2..355fd5b7 100644 --- a/src/cmd/acid/util.c +++ b/src/cmd/acid/util.c @@ -36,7 +36,7 @@ unique(char *buf, Symbol *s) } } if(renamed && !quiet) - print("\t%s=%s %c/%Z\n", s->name, buf, s->type, s->loc); + print("\t%s=%s %c/%L\n", s->name, buf, s->type, s->loc); if(l == 0) l = enter(buf, Tid); return l; |
