Comments added
This commit is contained in:
parent
31efd16916
commit
bab6cd29ce
|
@ -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;
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue