Comment added

This commit is contained in:
kaashoek 1987-12-18 12:17:56 +00:00
parent ecabf96c86
commit 572f8ec9c4

View file

@ -4,6 +4,10 @@
eval( str)
char *str;
/* Output 'str' and replace in it all $i occurances by the corrresponding
* parameter-names, converted where necessary.
*/
{
register char c;
int i;