summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ctangleboot.cin
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/ctangleboot.cin')
-rw-r--r--Build/source/texk/web2c/ctangleboot.cin4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ctangleboot.cin b/Build/source/texk/web2c/ctangleboot.cin
index bdd9262516b..8ada08ca02e 100644
--- a/Build/source/texk/web2c/ctangleboot.cin
+++ b/Build/source/texk/web2c/ctangleboot.cin
@@ -18,8 +18,8 @@
#include <kpathsea/simpletypes.h>
#include <stddef.h>
#include <stdint.h>
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
/*:4*/
@@ -1891,8 +1891,8 @@ if(loc> limit&&get_line()==false)return;
while(*loc!='@')loc++;
if(loc++<=limit){
char c= *loc++;
-if(ccode[(eight_bits)c]==new_section)break;
switch(ccode[(eight_bits)c]){
+case new_section:return;
case translit_code:/*102:*/
#line 1516 "cwebdir/ctangle.w"