diff options
author | Norbert Preining <preining@logic.at> | 2018-04-06 05:21:01 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2018-04-06 05:21:01 +0000 |
commit | a11ba95f5b305c7d01cf2b6aec5640a6b1831117 (patch) | |
tree | 028e9aa29fb00177617b77a8d804a7bce694d5b0 /Build/source/utils/asymptote/runhistory.symbols.h | |
parent | 0de24c07adcc80181a7aee919e1316a6149dda56 (diff) |
asymptote 2.43
git-svn-id: svn://tug.org/texlive/trunk@47319 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/runhistory.symbols.h')
-rw-r--r-- | Build/source/utils/asymptote/runhistory.symbols.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/runhistory.symbols.h b/Build/source/utils/asymptote/runhistory.symbols.h new file mode 100644 index 00000000000..64ed302f8b5 --- /dev/null +++ b/Build/source/utils/asymptote/runhistory.symbols.h @@ -0,0 +1,22 @@ +/***** + * 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); |