summaryrefslogtreecommitdiff
blob: e88767817ae8ec14d31d3ebda34fcf355536ad9c (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
35
36
37
38
39
40
41
42
43
44
diff -r -C2 teTeX-1.0.orig/texk/gsftopk/gsftopk.c teTeX-1.0/texk/gsftopk/gsftopk.c
*** teTeX-1.0.orig/texk/gsftopk/gsftopk.c	Thu Apr 22 01:48:11 1999
--- teTeX-1.0/texk/gsftopk/gsftopk.c	Wed Oct 24 15:17:45 2001
***************
*** 407,411 ****
  Boolean		quiet		= False;
  
! struct option {
  	const char	*longname;
  	short		shortname;
--- 407,411 ----
  Boolean		quiet		= False;
  
! struct xxx_option {
  	const char	*longname;
  	short		shortname;
***************
*** 415,419 ****
  };
  
! static	const struct option	options[]	= {
  		{"test",	't',	False,	&test,	True},
  		{"mapline",	0,	True,	&mapline, 0},
--- 415,419 ----
  };
  
! static	const struct xxx_option	options[]	= {
  		{"test",	't',	False,	&test,	True},
  		{"mapline",	0,	True,	&mapline, 0},
***************
*** 1960,1965 ****
  	argp = argv;
  	while (++argp < argv + argc && (*argp)[0] == '-') {
! 	    const struct option *opt_ptr;
! 	    const struct option *opt;
  	    char *arg = *argp + 1;
  
--- 1960,1965 ----
  	argp = argv;
  	while (++argp < argv + argc && (*argp)[0] == '-') {
! 	    const struct xxx_option *opt_ptr;
! 	    const struct xxx_option *opt;
  	    char *arg = *argp + 1;