summaryrefslogtreecommitdiff
path: root/appl/charon/build.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/charon/build.b')
-rw-r--r--appl/charon/build.b2
1 files changed, 1 insertions, 1 deletions
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;