diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/ocp')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ocp/ocp.w | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ocp/ocplist.w | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ocp/readocp.w | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ocp/runocp.w | 10 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ocp/ocp.w b/Build/source/texk/web2c/luatexdir/ocp/ocp.w index 60afca0f4c6..d7aed8e1116 100644 --- a/Build/source/texk/web2c/luatexdir/ocp/ocp.w +++ b/Build/source/texk/web2c/luatexdir/ocp/ocp.w @@ -22,7 +22,7 @@ static const char _svn_version[] = "$Id: ocp.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/ocp.w $"; +"$URL: http://foundry.supelec.fr/svn/luatex/branches/0.60.x/source/texk/web2c/luatexdir/ocp/ocp.w $"; @ @c int **ocp_tables; diff --git a/Build/source/texk/web2c/luatexdir/ocp/ocplist.w b/Build/source/texk/web2c/luatexdir/ocp/ocplist.w index 533678fd699..2a03d636664 100644 --- a/Build/source/texk/web2c/luatexdir/ocp/ocplist.w +++ b/Build/source/texk/web2c/luatexdir/ocp/ocplist.w @@ -22,7 +22,7 @@ static const char _svn_version[] = "$Id: ocplist.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/ocplist.w $"; +"$URL: http://foundry.supelec.fr/svn/luatex/branches/0.60.x/source/texk/web2c/luatexdir/ocp/ocplist.w $"; @ @c memory_word *ocp_list_info; /* the big collection of ocp list data */ diff --git a/Build/source/texk/web2c/luatexdir/ocp/readocp.w b/Build/source/texk/web2c/luatexdir/ocp/readocp.w index 7beee600347..ee49729756b 100644 --- a/Build/source/texk/web2c/luatexdir/ocp/readocp.w +++ b/Build/source/texk/web2c/luatexdir/ocp/readocp.w @@ -22,7 +22,7 @@ static const char _svn_version[] = "$Id: readocp.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/readocp.w $"; +"$URL: http://foundry.supelec.fr/svn/luatex/branches/0.60.x/source/texk/web2c/luatexdir/ocp/readocp.w $"; @ @c static char *b_test_in(char *nam) 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; |