summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/ctang-w32.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-w32.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-w32.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/ctang-w32.ch44
1 files changed, 0 insertions, 44 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctang-w32.ch b/Build/source/texk/web2c/cwebdir/ctang-w32.ch
deleted file mode 100644
index 1c687e5eb67..00000000000
--- a/Build/source/texk/web2c/cwebdir/ctang-w32.ch
+++ /dev/null
@@ -1,44 +0,0 @@
-This is the change file for CWEB's CTANGLE under Win32
-(Contributed by Fabrice Popineau, February 2002)
-
-Changes necessary for compiling with Borland C/C++
-
-@x section 1
-@d banner "This is CTANGLE (Version 4.2)"
-@y
-@d banner "This is CTANGLE (Version 4.2win32)"
-@z
-
-@x
-boolean names_match(@t\1\1@>
-name_pointer p, /* points to the proposed match */
-const char *first, /* position of first character of string */
-size_t l, /* length of identifier */
-eight_bits t@t\2\2@>) /* not used by \.{TANGLE} */
-@y
-boolean __cdecl names_match(@t\1\1@>
-name_pointer p, /* points to the proposed match */
-const char *first, /* position of first character of string */
-size_t l, /* length of identifier */
-eight_bits t@t\2\2@>) /* not used by \.{TANGLE} */
-@z
-
-@x
-void
-init_node(
-name_pointer node)
-{
- node->equiv=(void *)text_info;
-}
-void
-init_p(name_pointer p,eight_bits t) {@+(void)p;@+(void)t;@+}
-@y
-void
-init_node(
-name_pointer node)
-{
- node->equiv=(void *)text_info;
-}
-void __cdecl
-init_p(name_pointer p,eight_bits t) {@+(void)p;@+(void)t;@+}
-@z