Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 235348
Collapse All | Expand All

(-)transfig.3.2.5/fig2dev/bound.c (-2 lines)
Lines 72-78 Link Here
72
		   { 5, 1, 0, True, True, False, 1.5, {{-0.75,0.5},{0,0},{-0.75,-0.5},{-1.0,0},{-0.75,0.5}}},
72
		   { 5, 1, 0, True, True, False, 1.5, {{-0.75,0.5},{0,0},{-0.75,-0.5},{-1.0,0},{-0.75,0.5}}},
73
		   /* type 3b filled convex spearhead */
73
		   /* type 3b filled convex spearhead */
74
		   { 5, 1, 0, True, True, False, 1.5, {{-0.75,0.5},{0,0},{-0.75,-0.5},{-1.0,0},{-0.75,0.5}}},
74
		   { 5, 1, 0, True, True, False, 1.5, {{-0.75,0.5},{0,0},{-0.75,-0.5},{-1.0,0},{-0.75,0.5}}},
75
#ifdef NEWARROWTYPES
76
		   /* type 4a diamond */
75
		   /* type 4a diamond */
77
		   { 5, 1, 0, True, True, False, 1.15, {{-0.5,0.5},{0,0},{-0.5,-0.5},{-1.0,0},{-0.5,0.5}}},
76
		   { 5, 1, 0, True, True, False, 1.15, {{-0.5,0.5},{0,0},{-0.5,-0.5},{-1.0,0},{-0.5,0.5}}},
78
		   /* type 4b filled diamond */
77
		   /* type 4b filled diamond */
Lines 120-126 Link Here
120
		   { 4, 0, 0, True, True, False, -1.0, {{0,0.5},{-1.0,0.5},{-1.0,-0.5},{0,-0.5}}},
119
		   { 4, 0, 0, True, True, False, -1.0, {{0,0.5},{-1.0,0.5},{-1.0,-0.5},{0,-0.5}}},
121
		   /* type 14b backward two-prong fork */
120
		   /* type 14b backward two-prong fork */
122
		   { 4, 1, 0, True, True, False, 0.0, {{-1.0,0.5,},{0,0.5},{0,-0.5},{-1.0,-0.5}}},
121
		   { 4, 1, 0, True, True, False, 0.0, {{-1.0,0.5,},{0,0.5},{0,-0.5},{-1.0,-0.5}}},
123
#endif /* NEWARROWTYPES */
124
		};
122
		};
125
123
126
void
124
void
(-)transfig.3.2.5/transfig/sys.c (+2 lines)
Lines 15-20 Link Here
15
 */
15
 */
16
16
17
#include <stdio.h>
17
#include <stdio.h>
18
#include <stdlib.h>
19
#include <string.h>
18
#include "transfig.h"
20
#include "transfig.h"
19
21
20
#define MAXSYS 10000
22
#define MAXSYS 10000
(-)transfig.3.2.5/transfig/transfig.c (+1 lines)
Lines 25-30 Link Here
25
 */
25
 */
26
26
27
#include <stdio.h>
27
#include <stdio.h>
28
#include <stdlib.h>
28
#include "patchlevel.h"
29
#include "patchlevel.h"
29
#include "transfig.h"
30
#include "transfig.h"
30
31
(-)transfig.3.2.5/transfig/txfile.c (+1 lines)
Lines 15-20 Link Here
15
 */
15
 */
16
16
17
#include <stdio.h>
17
#include <stdio.h>
18
#include <stdlib.h>
18
#include "transfig.h"
19
#include "transfig.h"
19
20
20
/*
21
/*

Return to bug 235348