From: kaashoek Date: Fri, 15 Jan 1988 16:09:52 +0000 (+0000) Subject: Comments added X-Git-Tag: release-5-5~3649 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bab6cd29ceae244595594f374b6c10d3aed61cd8;p=ack.git Comments added --- diff --git a/util/ceg/as_parser/eval/eval.c b/util/ceg/as_parser/eval/eval.c index 1998d1b75..f9b57c770 100644 --- a/util/ceg/as_parser/eval/eval.c +++ b/util/ceg/as_parser/eval/eval.c @@ -8,6 +8,11 @@ +/* This program processes the file 'as.c', and will take care of things like + * %d( ), @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; {