summaryrefslogtreecommitdiff
path: root/web/c_cpp/cweb/ctang-w32.ch
diff options
context:
space:
mode:
Diffstat (limited to 'web/c_cpp/cweb/ctang-w32.ch')
-rw-r--r--web/c_cpp/cweb/ctang-w32.ch12
1 files changed, 4 insertions, 8 deletions
diff --git a/web/c_cpp/cweb/ctang-w32.ch b/web/c_cpp/cweb/ctang-w32.ch
index ab76415410..51d3212b13 100644
--- a/web/c_cpp/cweb/ctang-w32.ch
+++ b/web/c_cpp/cweb/ctang-w32.ch
@@ -4,12 +4,12 @@ This is the change file for CWEB's CTANGLE under Win32
Changes necessary for compiling with Borland C/C++
@x section 1
-@d banner "This is CTANGLE (Version 4.8)"
+@d banner "This is CTANGLE (Version 4.10)"
@y
-@d banner "This is CTANGLE (Version 4.8win32)"
+@d banner "This is CTANGLE (Version 4.10win32)"
@z
-@x
+@x section 24
boolean names_match(
name_pointer p, /* points to the proposed match */
const char *first, /* position of first character of string */
@@ -23,15 +23,13 @@ size_t l, /* length of identifier */
eight_bits t) /* not used by \.{CTANGLE} */
@z
-@x
+@x section 25
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(
@@ -39,6 +37,4 @@ name_pointer node)
{
node->equiv=(void *)text_info;
}
-void __cdecl
-init_p(name_pointer p,eight_bits t) {@+(void)p;@+(void)t;@+}
@z