diff options
Diffstat (limited to 'src/interp/g-timer.boot')
-rw-r--r-- | src/interp/g-timer.boot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/g-timer.boot b/src/interp/g-timer.boot index 786ab65d..7acf5804 100644 --- a/src/interp/g-timer.boot +++ b/src/interp/g-timer.boot @@ -1,6 +1,6 @@ -- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. -- All rights reserved. --- Copyright (C) 2007-2010, Gabriel Dos Reis. +-- Copyright (C) 2007-2011, Gabriel Dos Reis. -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -260,8 +260,8 @@ timedEVALFUN(code) == r timedEvaluate code == - code is ["LIST",:a] and #a > 200 => - "append"/[eval ["LIST",:x] for x in splitIntoBlocksOf200 a] + code is ['%listlit,:a] and #a > 200 => + "append"/[eval ['%listlit,:x] for x in splitIntoBlocksOf200 a] eval code displayHeapStatsIfWanted() == |