toff2html: ifdefs are evil

This commit is contained in:
cinap_lenrek 2011-08-25 03:21:12 +02:00
parent 4a8358bb57
commit fbcb452f19
2 changed files with 0 additions and 14 deletions

View file

@ -6,9 +6,3 @@ OFILES=troff2html.$O\
BIN=/$objtype/bin
</sys/src/cmd/mkone
CFLAGS=$CFLAGS -DLUCENT
outsideinstall:V: /386/bin/troff2html
9fs outside
cp /386/bin/troff2html /n/outside/386/bin/troff2html

View file

@ -406,14 +406,6 @@ header(char *s)
void
trailer(void)
{
#ifdef LUCENT
Tm *t;
t = localtime(time(nil));
Bprint(&bout, TABLE "<tr height=20><td></table>\n");
Bprint(&bout, "<font size=-1><a href=\"http://www.lucent.com/copyright.html\">\n");
Bprint(&bout, "Copyright</A> &#169; %d Alcatel-Lucent. All rights reserved.</font>\n", t->year+1900);
#endif
Bprint(&bout, "</body></html>\n");
}