texlive[48036] Build/source/texk/cjkutils: texk/cjkutils: Adjust

commits+takuji at tug.org commits+takuji at tug.org
Sun Jun 17 04:44:04 CEST 2018


Revision: 48036
          http://tug.org/svn/texlive?view=revision&revision=48036
Author:   takuji
Date:     2018-06-17 04:44:04 +0200 (Sun, 17 Jun 2018)
Log Message:
-----------
texk/cjkutils: Adjust #line directive to the new convention

Modified Paths:
--------------
    trunk/Build/source/texk/cjkutils/ChangeLog
    trunk/Build/source/texk/cjkutils/bg5conv.c
    trunk/Build/source/texk/cjkutils/cef5conv.c
    trunk/Build/source/texk/cjkutils/cefconv.c
    trunk/Build/source/texk/cjkutils/cefsconv.c
    trunk/Build/source/texk/cjkutils/extconv.c
    trunk/Build/source/texk/cjkutils/hbf2gf.c
    trunk/Build/source/texk/cjkutils/sjisconv.c

Modified: trunk/Build/source/texk/cjkutils/ChangeLog
===================================================================
--- trunk/Build/source/texk/cjkutils/ChangeLog	2018-06-17 00:23:40 UTC (rev 48035)
+++ trunk/Build/source/texk/cjkutils/ChangeLog	2018-06-17 02:44:04 UTC (rev 48036)
@@ -1,3 +1,7 @@
+2018-06-17  TANAKA Takuji  <ttk at t-lab.opal.ne.jp>
+
+	* *.c: Adjust #line directive to the new convention.
+
 2016-02-23  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	* Makefile.am, configure.ac: New convention.

Modified: trunk/Build/source/texk/cjkutils/bg5conv.c
===================================================================
--- trunk/Build/source/texk/cjkutils/bg5conv.c	2018-06-17 00:23:40 UTC (rev 48035)
+++ trunk/Build/source/texk/cjkutils/bg5conv.c	2018-06-17 02:44:04 UTC (rev 48036)
@@ -2,7 +2,7 @@
 "bg5conv (CJK ver. 4.8.4)" \
 
 /*2:*/
-#line 94 "./cjkutils-4.8.4/Bg5conv/bg5conv.w"
+#line 94 "./cjkutils-src/Bg5conv/bg5conv.w"
 
 #include <stdio.h> 
 #include <stdlib.h> 

Modified: trunk/Build/source/texk/cjkutils/cef5conv.c
===================================================================
--- trunk/Build/source/texk/cjkutils/cef5conv.c	2018-06-17 00:23:40 UTC (rev 48035)
+++ trunk/Build/source/texk/cjkutils/cef5conv.c	2018-06-17 02:44:04 UTC (rev 48036)
@@ -2,7 +2,7 @@
 "cef5conv (CJK ver. 4.8.4)" \
 
 /*2:*/
-#line 108 "./cjkutils-4.8.4/CEFconv/cef5conv.w"
+#line 108 "./cjkutils-src/CEFconv/cef5conv.w"
 
 #include <ctype.h> 
 #include <stdio.h> 

Modified: trunk/Build/source/texk/cjkutils/cefconv.c
===================================================================
--- trunk/Build/source/texk/cjkutils/cefconv.c	2018-06-17 00:23:40 UTC (rev 48035)
+++ trunk/Build/source/texk/cjkutils/cefconv.c	2018-06-17 02:44:04 UTC (rev 48036)
@@ -2,7 +2,7 @@
 "cefconv (CJK ver. 4.8.4)" \
 
 /*2:*/
-#line 100 "./cjkutils-4.8.4/CEFconv/cefconv.w"
+#line 100 "./cjkutils-src/CEFconv/cefconv.w"
 
 #include <ctype.h> 
 #include <stdio.h> 

Modified: trunk/Build/source/texk/cjkutils/cefsconv.c
===================================================================
--- trunk/Build/source/texk/cjkutils/cefsconv.c	2018-06-17 00:23:40 UTC (rev 48035)
+++ trunk/Build/source/texk/cjkutils/cefsconv.c	2018-06-17 02:44:04 UTC (rev 48036)
@@ -2,7 +2,7 @@
 "cefsconv (CJK ver. 4.8.4)" \
 
 /*2:*/
-#line 111 "./cjkutils-4.8.4/CEFconv/cefsconv.w"
+#line 111 "./cjkutils-src/CEFconv/cefsconv.w"
 
 #include <ctype.h> 
 #include <stdio.h> 

Modified: trunk/Build/source/texk/cjkutils/extconv.c
===================================================================
--- trunk/Build/source/texk/cjkutils/extconv.c	2018-06-17 00:23:40 UTC (rev 48035)
+++ trunk/Build/source/texk/cjkutils/extconv.c	2018-06-17 02:44:04 UTC (rev 48036)
@@ -2,7 +2,7 @@
 "extconv (CJK ver. 4.8.4)" \
 
 /*2:*/
-#line 94 "./cjkutils-4.8.4/extconv/extconv.w"
+#line 94 "./cjkutils-src/extconv/extconv.w"
 
 #include <stdio.h> 
 #include <stdlib.h> 

Modified: trunk/Build/source/texk/cjkutils/hbf2gf.c
===================================================================
--- trunk/Build/source/texk/cjkutils/hbf2gf.c	2018-06-17 00:23:40 UTC (rev 48035)
+++ trunk/Build/source/texk/cjkutils/hbf2gf.c	2018-06-17 02:44:04 UTC (rev 48036)
@@ -100,10 +100,10 @@
 #define VALID_SUBCODE 1 \
 
 /*4:*/
-#line 191 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 191 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 /*10:*/
-#line 408 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 408 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 #ifdef HAVE_CONFIG_H
 #include <c-auto.h> 
@@ -121,7 +121,7 @@
 
 
 /*:10*//*69:*/
-#line 2473 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2473 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 #if defined(HAVE_LIBKPATHSEA)
 #include "kpathsea/kpathsea.h"
@@ -134,46 +134,46 @@
 #endif
 
 /*:69*/
-#line 192 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 192 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 /*11:*/
-#line 429 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 429 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_file(void);
 
 
 /*:11*//*13:*/
-#line 491 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 491 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_pre(void);
 
 
 /*:13*//*16:*/
-#line 579 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 579 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_data(void);
 
 
 /*:16*//*20:*/
-#line 690 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 690 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_post(void);
 
 
 /*:20*//*25:*/
-#line 834 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 834 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void fputl(long,FILE*);
 
 
 /*:25*//*29:*/
-#line 994 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 994 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void make_pixel_array(void);
 
 
 /*:29*//*36:*/
-#line 1222 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1222 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static
 #ifdef __GNUC__
@@ -183,7 +183,7 @@
 
 
 /*:36*//*39:*/
-#line 1274 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1274 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static
 #ifdef __GNUC__
@@ -193,55 +193,55 @@
 
 
 /*:39*//*41:*/
-#line 1329 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1329 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_coding(void);
 
 
 /*:41*//*45:*/
-#line 1490 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1490 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_pl(void);
 
 
 /*:45*//*47:*/
-#line 1587 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1587 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_ovp(void);
 
 
 /*:47*//*50:*/
-#line 1732 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1732 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_job(void);
 
 
 /*:50*//*54:*/
-#line 1981 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1981 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void read_config(void);
 
 
 /*:54*//*64:*/
-#line 2312 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2312 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static int fsearch(const char*);
 
 
 /*:64*//*67:*/
-#line 2451 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2451 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void config_error(const char*);
 
 
 /*:67*//*71:*/
-#line 2494 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2494 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static const char*TeX_search_version(void);
 
 
 /*:71*//*74:*/
-#line 2529 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2529 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 #ifdef HAVE_EMTEXDIR
 extern int setup_list(struct emtex_dir*,char*,const char*,unsigned);
@@ -251,7 +251,7 @@
 
 
 /*:74*//*79:*/
-#line 2621 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2621 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static char*TeX_search_cfg_file(char*);
 static char*TeX_search_hbf_file(char*);
@@ -258,10 +258,10 @@
 
 
 /*:79*/
-#line 193 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 193 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 /*2:*/
-#line 127 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 127 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 int nmb_files= -1;
 int unicode= FALSE;
@@ -302,7 +302,7 @@
 
 
 /*:2*//*15:*/
-#line 538 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 538 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 long char_adr[256];
 long*char_adr_p;
@@ -344,7 +344,7 @@
 
 
 /*:15*//*19:*/
-#line 667 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 667 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 char coding[STRING_LENGTH+1];
 char comment[STRING_LENGTH+1];
@@ -363,7 +363,7 @@
 
 
 /*:19*//*27:*/
-#line 871 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 871 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 HBF_CHAR code;
 const unsigned char*bitmap;
@@ -386,13 +386,13 @@
 
 
 /*:27*//*38:*/
-#line 1269 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1269 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 int threshold= 128;
 
 
 /*:38*//*49:*/
-#line 1721 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1721 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 char job_extension[EXTENSION_LENGTH+1];
 char rm_command[STRING_LENGTH+1];
@@ -404,13 +404,13 @@
 
 
 /*:49*//*53:*/
-#line 1976 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1976 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 char Buffer[STRING_LENGTH+1];
 
 
 /*:53*//*58:*/
-#line 2094 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2094 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 int offset_x;
 int offset_y;
@@ -419,13 +419,13 @@
 int have_min_char= FALSE;
 
 /*:58*//*60:*/
-#line 2251 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2251 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 HBF_CHAR min_char,max_char;
 
 
 /*:60*//*62:*/
-#line 2278 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2278 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 char b2_codes[256];
 unsigned char min_2_byte,max_2_byte;
@@ -433,7 +433,7 @@
 
 
 /*:62*//*70:*/
-#line 2485 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2485 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 #if defined(HAVE_EMTEXDIR)
 char emtex_version_string[]= "emTeXdir";
@@ -443,7 +443,7 @@
 
 
 /*:70*//*73:*/
-#line 2522 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2522 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 #ifdef HAVE_EMTEXDIR
 struct emtex_dir cfg_path,hbf_path;
@@ -451,7 +451,7 @@
 
 
 /*:73*//*76:*/
-#line 2569 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2569 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 #ifdef HAVE_EMTEXDIR
 char name_buffer[FILE_NAME_LENGTH+1];
@@ -459,7 +459,7 @@
 
 
 /*:76*/
-#line 194 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 194 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 
 
@@ -467,7 +467,7 @@
 {char*p;
 
 /*78:*/
-#line 2594 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2594 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 #if defined(HAVE_LIBKPATHSEA)
 kpse_set_program_name(argv[0],"hbf2gf");
@@ -488,16 +488,16 @@
 
 
 /*:78*/
-#line 200 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 200 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 
 /*7:*/
-#line 307 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 307 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 if(argc==2)
 {if(strcmp(argv[1],"--help")==0)
 /*6:*/
-#line 288 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 288 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {printf(USAGE);
 exit(0);
@@ -505,11 +505,11 @@
 
 
 /*:6*/
-#line 310 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 310 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 else if(strcmp(argv[1],"--version")==0)
 /*5:*/
-#line 261 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 261 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {printf("\n");
 printf(banner);
@@ -520,7 +520,7 @@
 
 
 /*:5*/
-#line 312 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 312 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 }
 
@@ -558,7 +558,7 @@
 
 
 /*:7*/
-#line 202 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 202 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 
 if(!quiet)
@@ -587,7 +587,7 @@
 
 if(mf_like)
 /*8:*/
-#line 352 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 352 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {if(unicode)
 file_number= (int)strtol(&argv[1][strlen(argv[1])-2],
@@ -615,11 +615,11 @@
 
 
 /*:8*/
-#line 229 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 229 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 
 /*28:*/
-#line 903 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 903 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {int col,offset;
 
@@ -702,11 +702,11 @@
 
 
 /*:28*/
-#line 231 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 231 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 
 /*9:*/
-#line 387 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 387 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {int j,max_numb;
 
@@ -728,7 +728,7 @@
 
 
 /*:9*/
-#line 233 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 233 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 
 if(tfm_files)
@@ -746,7 +746,7 @@
 
 
 /*:4*//*12:*/
-#line 437 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 437 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_file(void)
 {char output_file[FILE_NAME_LENGTH+1];
@@ -790,7 +790,7 @@
 
 
 /*:12*//*14:*/
-#line 498 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 498 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_pre(void)
 {char out_s[40],s[20];
@@ -813,7 +813,7 @@
 
 
 /*:14*//*17:*/
-#line 584 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 584 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_data(void)
 {dot_count= 0;
@@ -821,7 +821,7 @@
 
 for(last_char= 0;(last_char<256)&&!end_of_file;last_char++)
 /*18:*/
-#line 609 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 609 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {if(dot_count++%10==0)
 if(pk_files&&!quiet)
@@ -865,13 +865,13 @@
 
 
 /*:18*/
-#line 590 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 590 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 }
 
 
 /*:17*//*21:*/
-#line 695 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 695 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_post(void)
 {long special_adr;
@@ -899,7 +899,7 @@
 
 
 /*22:*/
-#line 741 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 741 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 special_adr= ftell(out);
 
@@ -917,10 +917,10 @@
 
 
 /*:22*/
-#line 721 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 721 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 /*23:*/
-#line 770 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 770 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 post_adr= ftell(out);
 fputc(POST,out);
@@ -959,10 +959,10 @@
 
 
 /*:23*/
-#line 722 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 722 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 /*24:*/
-#line 821 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 821 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 fputc(POSTPOST,out);
 fputl(post_adr,out);
@@ -974,13 +974,13 @@
 
 
 /*:24*/
-#line 723 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 723 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 }
 
 
 /*:21*//*26:*/
-#line 839 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 839 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void fputl(long num,FILE*f)
 {fputc(num>>24,f);
@@ -991,7 +991,7 @@
 
 
 /*:26*//*30:*/
-#line 999 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 999 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void make_pixel_array(void)
 {unsigned char*prP;
@@ -1029,7 +1029,7 @@
 empty_char= TRUE;
 else
 /*31:*/
-#line 1058 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1058 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {if(pk_output_size_y==input_size_y)
 temp_prP= prP;
@@ -1037,7 +1037,7 @@
 curr_row= input_size_y-1;
 for(row= 0;row<pk_output_size_y;++row)
 {/*32:*/
-#line 1072 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1072 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 if(pk_output_size_y==input_size_y)
 
@@ -1059,7 +1059,7 @@
 }
 
 /*33:*/
-#line 1099 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1099 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 if(need_to_read_row)
 if(rows_read<input_size_y)
@@ -1091,16 +1091,16 @@
 
 
 /*:33*/
-#line 1092 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1092 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 }
 
 
 /*:32*/
-#line 1064 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1064 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 /*34:*/
-#line 1140 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1140 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 if(pk_width==input_size_x&&s_slant==0)
 
@@ -1155,7 +1155,7 @@
 }
 
 /*35:*/
-#line 1198 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1198 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 if(frac_col_to_fill> 0)
 {--xP;
@@ -1175,13 +1175,13 @@
 
 
 /*:35*/
-#line 1193 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1193 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 }
 
 
 /*:34*/
-#line 1066 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1066 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 }
 }
@@ -1188,7 +1188,7 @@
 
 
 /*:31*/
-#line 1035 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1035 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 }
 }
@@ -1212,7 +1212,7 @@
 
 
 /*:30*//*37:*/
-#line 1231 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1231 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static
 #ifdef __GNUC__
@@ -1248,7 +1248,7 @@
 
 
 /*:37*//*40:*/
-#line 1283 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1283 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static
 #ifdef __GNUC__
@@ -1265,7 +1265,7 @@
 
 
 /*:40*//*42:*/
-#line 1337 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1337 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_coding(void)
 {register int count,skip;
@@ -1282,7 +1282,7 @@
 
 while(y<pk_output_size_y)
 {/*43:*/
-#line 1361 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1361 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 count= 0;
 x= 0;
@@ -1351,11 +1351,11 @@
 
 
 /*:43*/
-#line 1352 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1352 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 start:
 /*44:*/
-#line 1429 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1429 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 while(x<pk_output_size_x)
 {if(*cp==paint)
@@ -1396,7 +1396,7 @@
 
 
 /*:44*/
-#line 1354 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1354 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 y++;
 }
@@ -1404,7 +1404,7 @@
 
 
 /*:42*//*46:*/
-#line 1495 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1495 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_pl(void)
 {int i,pos;
@@ -1494,7 +1494,7 @@
 
 
 /*:46*//*48:*/
-#line 1592 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1592 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_ovp(void)
 {int c,i,nmb_subfonts,remainder,count,pos;
@@ -1609,7 +1609,7 @@
 
 
 /*:48*//*51:*/
-#line 1737 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1737 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void write_job(void)
 {FILE*out;
@@ -1695,7 +1695,7 @@
 
 
 /*:51*//*55:*/
-#line 1989 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1989 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void read_config(void)
 {HBF_BBOX*boxp;
@@ -1703,7 +1703,7 @@
 
 
 /*56:*/
-#line 2041 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2041 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {int i,lastext= -1;
 
@@ -1721,7 +1721,7 @@
 
 
 /*:56*/
-#line 1995 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 1995 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 
 real_config_file= TeX_search_cfg_file(config_file);
@@ -1756,7 +1756,7 @@
 }
 
 /*57:*/
-#line 2058 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2058 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {char hbf_header[STRING_LENGTH+1];
 char*real_hbf_header;
@@ -1793,10 +1793,10 @@
 
 
 /*:57*/
-#line 2028 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2028 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 /*59:*/
-#line 2102 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2102 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {if(fsearch("nmb_files"))
 nmb_files= atoi(Buffer);
@@ -1938,11 +1938,11 @@
 
 
 /*:59*/
-#line 2029 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2029 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 
 /*61:*/
-#line 2256 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2256 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {const void*cp;
 HBF_CHAR dummy;
@@ -1957,10 +1957,10 @@
 
 
 /*:61*/
-#line 2031 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2031 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 /*63:*/
-#line 2285 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2285 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {const void*b2r;
 unsigned char dummy;
@@ -1983,7 +1983,7 @@
 
 
 /*:63*/
-#line 2032 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2032 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 
 fclose(config);
@@ -1991,7 +1991,7 @@
 
 
 /*:55*//*65:*/
-#line 2317 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2317 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static int fsearch(const char*search_string)
 {char*P,p;
@@ -2047,7 +2047,7 @@
 
 if(*temp_buffer)
 /*66:*/
-#line 2396 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2396 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 {P= temp_buffer;
 Buf_p= Buffer;
@@ -2100,7 +2100,7 @@
 
 
 /*:66*/
-#line 2371 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2371 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 else
 *Buffer= '\0';
@@ -2110,7 +2110,7 @@
 
 
 /*:65*//*68:*/
-#line 2456 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2456 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static void config_error(const char*message)
 {fprintf(stderr,"Couldn't find `%s' entry in configuration file\n",
@@ -2121,7 +2121,7 @@
 
 
 /*:68*//*72:*/
-#line 2499 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2499 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 static const char*TeX_search_version(void)
 {
@@ -2143,7 +2143,7 @@
 
 
 /*:72*//*75:*/
-#line 2541 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2541 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 #ifdef HAVE_EMTEXDIR
 static int dir_setup(ed,env,dir,flags)
@@ -2172,7 +2172,7 @@
 
 
 /*:75*//*77:*/
-#line 2576 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2576 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 #ifdef HAVE_EMTEXDIR
 static char*file_find(name,list)
@@ -2188,7 +2188,7 @@
 
 
 /*:77*//*80:*/
-#line 2627 "./cjkutils-4.8.4/hbf2gf/hbf2gf.w"
+#line 2627 "./cjkutils-src/hbf2gf/hbf2gf.w"
 
 #if defined(HAVE_LIBKPATHSEA)
 static char*TeX_search_cfg_file(char*name)

Modified: trunk/Build/source/texk/cjkutils/sjisconv.c
===================================================================
--- trunk/Build/source/texk/cjkutils/sjisconv.c	2018-06-17 00:23:40 UTC (rev 48035)
+++ trunk/Build/source/texk/cjkutils/sjisconv.c	2018-06-17 02:44:04 UTC (rev 48036)
@@ -2,7 +2,7 @@
 "sjisconv (CJK ver. 4.8.4)" \
 
 /*2:*/
-#line 96 "./cjkutils-4.8.4/SJISconv/sjisconv.w"
+#line 96 "./cjkutils-src/SJISconv/sjisconv.w"
 
 #include <stdio.h> 
 #include <stdlib.h> 



More information about the tex-live-commits mailing list