Browse Source

Comment added

kaashoek 36 years ago
parent
commit
87cc086294
1 changed files with 4 additions and 0 deletions
  1. 4 0
      util/ceg/EM_parser/common/eval.c

+ 4 - 0
util/ceg/EM_parser/common/eval.c

@@ -4,6 +4,10 @@
 
 eval( str)
 char *str;
+
+/* Output 'str' and replace in it all $i occurances by the corrresponding
+ * parameter-names, converted where necessary.
+ */
 {
 	register char c;
 	int i;