Comments added

This commit is contained in:
kaashoek 1988-01-15 16:09:52 +00:00
parent 31efd16916
commit bab6cd29ce

View file

@ -8,6 +8,11 @@
/* This program processes the file 'as.c', and will take care of things like
* %d( <expression>), @func( arg), %$( ), etc.
* The main-loop is constructed as a finite automat.
*/
main()
{
@ -182,6 +187,8 @@ char *str;
}
/* Adjust 'cur_pos' when necessary */
pr_call( call)
char *call;
{