summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/cweav-w32.ch
blob: 84e6a321a57ee43418f397b1577ba08a3e0b701f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
This is the change file for CWEB's CWEAVE under Win32
(Contributed by Fabrice Popineau, February 2002)

@x section 1
@d banner "This is CWEAVE (Version 4.7)"
@y
@d banner "This is CWEAVE (Version 4.7win32)"
@z

@x
boolean names_match(
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) /* desired |ilk| */
@y
boolean __cdecl names_match(
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) /* desired |ilk| */
@z

@x
void
init_p(
name_pointer p,
eight_bits t)
@y
void __cdecl
init_p(
name_pointer p,
eight_bits t)
@z