Looks more reasonanle now.

This commit is contained in:
keie 1985-02-08 13:21:23 +00:00
parent 8a7ee2ea50
commit 66875f1bde

View file

@ -1,7 +1,7 @@
/* $Header$ */
_trace()
{
_trace(i)
int i;
{
printf("[%d]",i);
}