diff options
Diffstat (limited to 'Build/source/utils/asymptote/runhistory.symbols.h')
-rw-r--r-- | Build/source/utils/asymptote/runhistory.symbols.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Build/source/utils/asymptote/runhistory.symbols.h b/Build/source/utils/asymptote/runhistory.symbols.h deleted file mode 100644 index 64ed302f8b5..00000000000 --- a/Build/source/utils/asymptote/runhistory.symbols.h +++ /dev/null @@ -1,22 +0,0 @@ -/***** - * This file is automatically generated by findsym.pl - * Changes will be overwritten. - *****/ - -// If the ADDSYMBOL macro is not already defined, define it with the default -// purpose of referring to an external pre-translated symbol, such that -// SYM(name) also refers to that symbol. -#ifndef ADDSYMBOL - #define ADDSYMBOL(name) extern sym::symbol PRETRANSLATED_SYMBOL_##name - #define SYM(name) PRETRANSLATED_SYMBOL_##name -#endif - -ADDSYMBOL(history); -ADDSYMBOL(n); -ADDSYMBOL(name); -ADDSYMBOL(prompt); -ADDSYMBOL(readline); -ADDSYMBOL(saveline); -ADDSYMBOL(store); -ADDSYMBOL(tabcompletion); -ADDSYMBOL(value); |