summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/refsort.ch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/refsort.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/refsort.ch44
1 files changed, 0 insertions, 44 deletions
diff --git a/Build/source/texk/web2c/cwebdir/refsort.ch b/Build/source/texk/web2c/cwebdir/refsort.ch
deleted file mode 100644
index 79a8867b84c..00000000000
--- a/Build/source/texk/web2c/cwebdir/refsort.ch
+++ /dev/null
@@ -1,44 +0,0 @@
-Changes for the REFSORT utility from the CTWILL tarball.
-
-This minimal set of changes tries to satisfy the GCC compiler.
-
-This file is not copyrighted and can be used freely.
-
-@x
-\datethis
-@y
-\datethis
-\let\maybe=\iffalse % print only sections that change
-@z
-
-@x standard C library interface
-#include "stdio.h"
-#include "strings.h"
-#include "ctype.h"
-@y
-#include <stdio.h>
-#include <string.h>
-#include <ctype.h>
-@z
-
-@x declare return type
-main()
-@y
-int main()
-@z
-
-@x variable not used
-{ register int k;
-@y
-{
-@z
-
-@x add 'Index.' section
- for (;*p;p++) *q++=*p;
-}
-@y
- for (;*p;p++) *q++=*p;
-}
-
-@* Index.
-@z