| plan 9 kernel history: overview | file list | diff list |
1991/1115/port/print.c (diff list | history)
| 1990/06111/sys/src/9/port/print.c:240,245 – 1991/1115/sys/src/9/port/print.c:240,247 (short | long | prev | next) | ||
|
Silence compiler warnings.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1990/0227 | static int hconv(Op *op) { | |
| 1991/1115 | USED(op); | |
| 1990/0227 | return -FSHORT; } | |
| 1990/06111/sys/src/9/port/print.c:247,252 – 1991/1115/sys/src/9/port/print.c:249,255 | ||
| 1990/0227 | lconv(Op *op) { | |
| 1991/1115 | USED(op); | |
| 1990/0227 | return -FLONG; } | |
| 1990/06111/sys/src/9/port/print.c:268,273 – 1991/1115/sys/src/9/port/print.c:271,278 | ||
| 1990/0227 | static int uconv(Op *op) { | |
| 1991/1115 | USED(op); | |
| 1990/0227 | return -FUNSIGN; } | |