*** empty log message ***

This commit is contained in:
George Weigt 2008-08-14 22:34:58 -07:00
parent 70f33887c7
commit 32d1917a77
3 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,8 @@ eval_for(void)
// 1st arg (quoted)
X = cadr(p1);
if (!issymbol(X))
stop("for: 1st arg?");
// 2nd arg

View file

@ -16,6 +16,8 @@ eval_product(void)
// 1st arg (quoted)
X = cadr(p1);
if (!issymbol(X))
stop("product: 1st arg?");
// 2nd arg

View file

@ -16,6 +16,8 @@ eval_sum(void)
// 1st arg (quoted)
X = cadr(p1);
if (!issymbol(X))
stop("sum: 1st arg?");
// 2nd arg