From 54041ca415f1fdfa1c3dcd82d524223cfa890940 Mon Sep 17 00:00:00 2001 From: forsyth Date: Fri, 4 Dec 2009 20:41:24 +0000 Subject: 20091204 --- appl/charon/build.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/charon/build.b') diff --git a/appl/charon/build.b b/appl/charon/build.b index c9b4ab01..b0eef1de 100644 --- a/appl/charon/build.b +++ b/appl/charon/build.b @@ -1620,7 +1620,7 @@ lexstring(s: string) : array of ref Token lastps(psl: list of ref Pstate) : ref Pstate { if(psl == nil) - CU->raisex("EXInternal: empty pstate stack"); + raise "EXInternal: empty pstate stack"; while(tl psl != nil) psl = tl psl; return hd psl; -- cgit v1.2.3