diff options
author | Marius <mariausol@gmail.com> | 2012-10-05 22:00:13 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2012-10-05 22:00:13 +0300 |
commit | f9551155d56f6fb9975360d6d15ec06b08129358 (patch) | |
tree | fa2f1b8816c874376b6ae75f2d2737f715d478bf /metapost | |
parent | 79de38776b605c59379198310cfca59be12ac58d (diff) | |
download | context-f9551155d56f6fb9975360d6d15ec06b08129358.tar.gz |
beta 2012.10.05 19:52
Diffstat (limited to 'metapost')
-rw-r--r-- | metapost/context/base/mp-tool.mpiv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/metapost/context/base/mp-tool.mpiv b/metapost/context/base/mp-tool.mpiv index 764863b65..fbd533ff3 100644 --- a/metapost/context/base/mp-tool.mpiv +++ b/metapost/context/base/mp-tool.mpiv @@ -11,6 +11,8 @@ %C therefore copyrighted by \PRAGMA. See mreadme.pdf for %C details. +% def loadfile(expr name) = scantokens("input " & name & ";") enddef ; + if known context_tool : endinput ; fi ; boolean context_tool ; context_tool := true ; |