Comment added
authorkaashoek <none@none>
Fri, 18 Dec 1987 12:17:56 +0000 (12:17 +0000)
committerkaashoek <none@none>
Fri, 18 Dec 1987 12:17:56 +0000 (12:17 +0000)
util/ceg/EM_parser/common/eval.c

index 0c180c2..b7ff69c 100644 (file)
@@ -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;