summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/ctang-vms.ch
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/texk/web2c/cwebdir/ctang-vms.ch
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (diff)
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ctang-vms.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/ctang-vms.ch35
1 files changed, 0 insertions, 35 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctang-vms.ch b/Build/source/texk/web2c/cwebdir/ctang-vms.ch
deleted file mode 100644
index 5686c66b9ad..00000000000
--- a/Build/source/texk/web2c/cwebdir/ctang-vms.ch
+++ /dev/null
@@ -1,35 +0,0 @@
-This is the change file for CWEB's CTANGLE for VAX/VMS.
-
-created:
- 01-FEB-1992 ST (Stephan Trebels <trebels@ams02.dnet.gwdg.de>)
- > include ctype,stdio from textlibrary SYS$SHARE:VAXCDEF.TLB
- > change banner line to include (VAX/VMS)
- ? will someone make a CLD interface? (should be easy)
-
-(also modified by Don Knuth to keep version numbers uptodate)
-(these changes not necessary for initial bootstrapping)
-
-@x section 1 (01-FEB-1992 ST)
-@d banner "This is CTANGLE (Version 4.2)"
-@y
-@d banner "This is CTANGLE (VAX/VMS Version 4.2)"
-@z
-
-@x section 3 (01-FEB-1992 ST)
-#include <ctype.h> /* definition of |@!isalpha|, |@!isdigit| and so on */
-#include <stdbool.h> /* definition of |@!bool|, |@!true| and |@!false| */
-#include <stddef.h> /* definition of |@!ptrdiff_t| */
-#include <stdint.h> /* definition of |@!uint8_t| and |@!uint16_t| */
-#include <stdlib.h> /* definition of |@!getenv| and |@!exit| */
-#include <stdio.h> /* definition of |@!printf| and friends */
-#include <string.h> /* definition of |@!strlen|, |@!strcmp| and so on */
-@y
-#include ctype /* definition of |@!isalpha|, |@!isdigit| and so on */
- /* VMS searches text libraries faster */
-#include stdbool /* definition of |@!bool|, |@!true| and |@!false| */
-#include stddef /* definition of |@!ptrdiff_t| */
-#include stdint /* definition of |@!uint8_t| and |@!uint16_t| */
-#include stdlib /* definition of |@!getenv| and |@!exit| */
-#include stdio /* definition of |@!printf| and friends */
-#include string /* definition of |@!strlen|, |@!strcmp| and so on */
-@z