From cfaea07444a0011aa7d91ce1bcc8f105b8f283fa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 6 Nov 2003 14:41:49 +0000 Subject: * `null' is a nullary primop. --- src/fix-ng/primops.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fix-ng/primops.hh') diff --git a/src/fix-ng/primops.hh b/src/fix-ng/primops.hh index 775ec5568208..76d587afdb1e 100644 --- a/src/fix-ng/primops.hh +++ b/src/fix-ng/primops.hh @@ -25,7 +25,7 @@ Expr primBaseNameOf(EvalState & state, Expr arg); Expr primToString(EvalState & state, Expr arg); /* Return the null value. */ -Expr primNull(EvalState & state, Expr arg); +Expr primNull(EvalState & state); /* Determine whether the argument is the null value. */ Expr primIsNull(EvalState & state, Expr arg); -- cgit 1.4.1