diff options
author | Marius <mariausol@gmail.com> | 2012-05-14 17:20:13 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2012-05-14 17:20:13 +0300 |
commit | eda07bb8527bbb5d411be813ccd1e916c83e9d5b (patch) | |
tree | 1f6367bbbd8d7702b3bc6f12522d33c0cbbd406f /scripts | |
parent | 86301645de1fc594ca94a2a722fce813c16966b1 (diff) | |
download | context-eda07bb8527bbb5d411be813ccd1e916c83e9d5b.tar.gz |
beta 2012.05.14 16:00
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtxrun.lua | 5 | ||||
-rw-r--r-- | scripts/context/stubs/mswin/mtxrun.lua | 5 | ||||
-rw-r--r-- | scripts/context/stubs/unix/mtxrun | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/scripts/context/lua/mtxrun.lua b/scripts/context/lua/mtxrun.lua index 716615039..335c4fcb9 100644 --- a/scripts/context/lua/mtxrun.lua +++ b/scripts/context/lua/mtxrun.lua @@ -2056,6 +2056,11 @@ function io.readstring(f,n,m) return str end +-- + +if not io.i_limiter then function io.i_limiter() end end -- dummy so we can test safely +if not io.o_limiter then function io.o_limiter() end end -- dummy so we can test safely + end -- of closure diff --git a/scripts/context/stubs/mswin/mtxrun.lua b/scripts/context/stubs/mswin/mtxrun.lua index 716615039..335c4fcb9 100644 --- a/scripts/context/stubs/mswin/mtxrun.lua +++ b/scripts/context/stubs/mswin/mtxrun.lua @@ -2056,6 +2056,11 @@ function io.readstring(f,n,m) return str end +-- + +if not io.i_limiter then function io.i_limiter() end end -- dummy so we can test safely +if not io.o_limiter then function io.o_limiter() end end -- dummy so we can test safely + end -- of closure diff --git a/scripts/context/stubs/unix/mtxrun b/scripts/context/stubs/unix/mtxrun index 716615039..335c4fcb9 100644 --- a/scripts/context/stubs/unix/mtxrun +++ b/scripts/context/stubs/unix/mtxrun @@ -2056,6 +2056,11 @@ function io.readstring(f,n,m) return str end +-- + +if not io.i_limiter then function io.i_limiter() end end -- dummy so we can test safely +if not io.o_limiter then function io.o_limiter() end end -- dummy so we can test safely + end -- of closure |