summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/ocp/runocp.w
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2010-04-13 10:01:03 +0000
committerTaco Hoekwater <taco@elvenkind.com>2010-04-13 10:01:03 +0000
commit27cb85d417e47314739f93914e08da7ff8608bed (patch)
treeca94d101f3dc61de75b746901733862c33c197bc /Build/source/texk/web2c/luatexdir/ocp/runocp.w
parent677b8b6ff1ec8b35713c4764d191a814fbb8aeb2 (diff)
new luatex and mplib from the luatex repository
git-svn-id: svn://tug.org/texlive/trunk@17836 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/ocp/runocp.w')
-rw-r--r--Build/source/texk/web2c/luatexdir/ocp/runocp.w10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ocp/runocp.w b/Build/source/texk/web2c/luatexdir/ocp/runocp.w
index 51d28c6ebc8..31c54a0573b 100644
--- a/Build/source/texk/web2c/luatexdir/ocp/runocp.w
+++ b/Build/source/texk/web2c/luatexdir/ocp/runocp.w
@@ -22,8 +22,8 @@
static const char _svn_version[] =
- "$Id: runocp.w 3584 2010-04-02 17:45:55Z hhenkel $ "
-"$URL: http://foundry.supelec.fr/svn/luatex/tags/beta-0.60.0/source/texk/web2c/luatexdir/ocp/runocp.w $";
+ "$Id: runocp.w 3612 2010-04-13 09:29:42Z taco $ "
+"$URL: http://foundry.supelec.fr/svn/luatex/branches/0.60.x/source/texk/web2c/luatexdir/ocp/runocp.w $";
memory_word active_info[(active_mem_size + 1)];
active_index active_min_ptr = 0; /* first unused word of |active_info| */
@@ -182,12 +182,12 @@ int otp_ext_i;
@ @c
-void overflow_ocp_buf_size(void)
+static void overflow_ocp_buf_size(void)
{
overflow("ocp_buf_size", (unsigned) ocp_buf_size);
}
-void overflow_ocp_stack_size(void)
+static void overflow_ocp_stack_size(void)
{
overflow("ocp_stack_size", (unsigned) ocp_stack_size);
}
@@ -567,7 +567,7 @@ void run_otp(void)
@ @c
#define FPUTC(a,b) fputc((int)(a),b)
-void run_external_ocp(char *external_ocp_name)
+static void run_external_ocp(char *external_ocp_name)
{
char *in_file_name;
char *out_file_name;