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()
|
main()
|
||||||
{
|
{
|
||||||
@ -182,6 +187,8 @@ char *str;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Adjust 'cur_pos' when necessary */
|
||||||
|
|
||||||
pr_call( call)
|
pr_call( call)
|
||||||
char *call;
|
char *call;
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user