diff options
Diffstat (limited to 'src/interp/g-error.boot')
-rw-r--r-- | src/interp/g-error.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/g-error.boot b/src/interp/g-error.boot index 3b5c67d6..6828e1ff 100644 --- a/src/interp/g-error.boot +++ b/src/interp/g-error.boot @@ -1,6 +1,6 @@ -- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd. -- All rights reserved. --- Copyright (C) 2007-2009, Gabriel Dos Reis. +-- Copyright (C) 2007-2010, Gabriel Dos Reis. -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -91,7 +91,7 @@ errorSupervisor1(errorType,errorMsg,$BreakMode) == errorType = $UserError => '"Apparent user error" errorType = $AlgebraError => '"Error detected within library code" - STRINGP errorType => errorType + string? errorType => errorType '"Error with unknown classification" msg := errorMsg is ['mathprint, :.] => errorMsg |