Comments added
This commit is contained in:
parent
31efd16916
commit
bab6cd29ce
1 changed files with 7 additions and 0 deletions
|
@ -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()
|
main()
|
||||||
{
|
{
|
||||||
|
@ -182,6 +187,8 @@ char *str;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Adjust 'cur_pos' when necessary */
|
||||||
|
|
||||||
pr_call( call)
|
pr_call( call)
|
||||||
char *call;
|
char *call;
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue