diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-12-04 20:41:24 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-12-04 20:41:24 +0000 |
| commit | 54041ca415f1fdfa1c3dcd82d524223cfa890940 (patch) | |
| tree | 61b7d29f9df1ade1b3cb5ad859f53fecead5e356 /appl/charon/build.b | |
| parent | 1d6f6b43a0f31b37b3302fc0d627c904c381f3d1 (diff) | |
20091204
Diffstat (limited to 'appl/charon/build.b')
| -rw-r--r-- | appl/charon/build.b | 2 |
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; |
