diff options
author | dos-reis <gdr@axiomatics.org> | 2008-01-25 00:42:45 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-01-25 00:42:45 +0000 |
commit | 3457ed0779198d8ecec53f4c80b97313e82fdc11 (patch) | |
tree | 19afc8edc9f5f55cbf9ded28e40219d6a919865d /src/interp | |
parent | 20af041c1c069d10197ac8ad932d1d73fe21f5e5 (diff) | |
download | open-axiom-3457ed0779198d8ecec53f4c80b97313e82fdc11.tar.gz |
Fix typo from last commit
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/slam.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/slam.boot b/src/interp/slam.boot index 232ad541..312dab36 100644 --- a/src/interp/slam.boot +++ b/src/interp/slam.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-2008, Gabriel Dos Reis. -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -36,7 +36,7 @@ import '"g-timer" )package "BOOT" ++ List of compiled function names. -$compiledOpNameList +$compiledOpNameList := [] reportFunctionCompilation(op,nam,argl,body,isRecursive) == -- for an alternate definition of this function which does not allow |