Module Name: src
Committed By: cgd
Date: Wed Mar 31 03:10:01 UTC 1999
Modified Files:
src/sys/arch/alpha/stand/common: prom.c
Log Message:
In putchar(), don't open-code two calls to the prom puts routine. Instead,
call a helper function (putonechar()). Savings: 64 bytes. Cha-ching!