Comments added
This commit is contained in:
@@ -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;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user