diff options
Diffstat (limited to 'src/interp/diagnostics.boot')
-rw-r--r-- | src/interp/diagnostics.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/diagnostics.boot b/src/interp/diagnostics.boot index 33111966..600244f8 100644 --- a/src/interp/diagnostics.boot +++ b/src/interp/diagnostics.boot @@ -1,6 +1,6 @@ -- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. -- All rights reserved. --- Copyright (C) 2007, Gabriel Dos Reis +-- Copyright (C) 2007-2010, Gabriel Dos Reis -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -81,7 +81,7 @@ MESSAGEPRINT x == MESSAGEPRINT_-1 x == x = "%l" or x = '"%l" => TERPRI() - STRINGP x => PRINC x + string? x => PRINC x IDENTP x => PRINC x ATOM x => PRINC x PRINC '"(" |