diff options
author | Gabriel Dos Reis <gdr@axiomatics.org> | 2015-12-23 22:38:12 -0800 |
---|---|---|
committer | Gabriel Dos Reis <gdr@axiomatics.org> | 2015-12-23 22:38:12 -0800 |
commit | db9c4c7cd0c08a8b35a7d56d0279139021d8b945 (patch) | |
tree | aebda0694fe0b90435b686da85021c19c7eb8262 /src/boot | |
parent | 72bbd833136a8a36eab1597c2f32f0890caeade8 (diff) | |
download | open-axiom-db9c4c7cd0c08a8b35a7d56d0279139021d8b945.tar.gz |
Retain Lisp code generated from algebra if asked.
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/translator.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/translator.boot b/src/boot/translator.boot index 34aa7816..8ba8e4fc 100644 --- a/src/boot/translator.boot +++ b/src/boot/translator.boot @@ -1,6 +1,6 @@ -- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd. -- All rights reserved. --- Copyright (C) 2007-2014, Gabriel Dos Reis. +-- Copyright (C) 2007-2015, Gabriel Dos Reis. -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -40,7 +40,7 @@ import parser import ast namespace BOOTTRAN module translator (evalBootFile, loadNativeModule, loadSystemRuntimeCore, - string2BootTree, genImportDeclaration) + string2BootTree, genImportDeclaration, retainFile?) ++ If non nil, holds the name of the current module being translated. $currentModuleName := nil |