diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-02-12 08:50:58 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-02-12 08:50:58 +0000 |
commit | 50f43a1ab6f142722d1a8f0ec5cecd1c1eeb5d93 (patch) | |
tree | 40842fa2c7b02f7d6f18a9d35a90a94cb9f4d72f /Build/source/texk/web2c/cwebboot.hin | |
parent | 3b2979a19f230a6c8c99afcadea7163dcec712a0 (diff) |
web2c: ctangle, ctie, and tie: Handle input files with CRLF
git-svn-id: svn://tug.org/texlive/trunk@32948 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebboot.hin')
-rw-r--r-- | Build/source/texk/web2c/cwebboot.hin | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Build/source/texk/web2c/cwebboot.hin b/Build/source/texk/web2c/cwebboot.hin index 8d732dd28f1..1e9e1edbaa3 100644 --- a/Build/source/texk/web2c/cwebboot.hin +++ b/Build/source/texk/web2c/cwebboot.hin @@ -1,49 +1,49 @@ /*84:*/ -#line 755 "cwebdir/comm-w2c.ch" +#line 761 "cwebdir/comm-w2c.ch" /* Prototypes for functions, either * declared in common.w and used in ctangle.w and cweave.w, or * used in common.w and declared in ctangle.w and cweave.w. */ /*35:*/ -#line 313 "cwebdir/comm-w2c.ch" +#line 319 "cwebdir/comm-w2c.ch" extern int names_match(name_pointer,const char*,int,char); #line 652 "cwebdir/common.w" /*:35*//*40:*/ -#line 371 "cwebdir/comm-w2c.ch" +#line 377 "cwebdir/comm-w2c.ch" extern void init_p(name_pointer p,char t); #line 705 "cwebdir/common.w" /*:40*//*48:*/ -#line 437 "cwebdir/comm-w2c.ch" +#line 443 "cwebdir/comm-w2c.ch" extern void init_node(name_pointer node); #line 854 "cwebdir/common.w" /*:48*//*59:*/ -#line 508 "cwebdir/comm-w2c.ch" +#line 514 "cwebdir/comm-w2c.ch" extern void err_print(const char*); #line 1094 "cwebdir/common.w" /*:59*//*62:*/ -#line 528 "cwebdir/comm-w2c.ch" +#line 534 "cwebdir/comm-w2c.ch" extern int wrap_up(void); extern void print_stats(void); #line 1143 "cwebdir/common.w" /*:62*//*65:*/ -#line 547 "cwebdir/comm-w2c.ch" +#line 553 "cwebdir/comm-w2c.ch" extern void fatal(const char*,const char*); extern void overflow(const char*); #line 1175 "cwebdir/common.w" /*:65*//*83:*/ -#line 736 "cwebdir/comm-w2c.ch" +#line 742 "cwebdir/comm-w2c.ch" extern void common_init(void); extern int input_ln(FILE*fp); @@ -56,9 +56,9 @@ extern void sprint_section_name(char*dest,name_pointer p); extern name_pointer section_lookup(char*first,char*last,int ispref); #line 1417 "cwebdir/common.w" -#line 751 "cwebdir/comm-w2c.ch" +#line 757 "cwebdir/comm-w2c.ch" /*:83*/ -#line 759 "cwebdir/comm-w2c.ch" +#line 765 "cwebdir/comm-w2c.ch" extern const char*versionstring; |