blob: f61029e18c94c2dfdcf3b61f25aa68dd09fb58bf (
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
|
@include gcc-vers.texi
@macro gcctabopt{body}
@code{\body\}
@end macro
@macro gccoptlist{body}
@smallexample
\body\
@end smallexample
@end macro
@iftex
@alias gol = *
@end iftex
@ifnottex
@macro gol
@end macro
@end ifnottex
@ifset FSFPRINT
@smallbook
@finalout
@tex
\global\bindingoffset=0.75in
\global\normaloffset =0.75in
@end tex
@end ifset
@macro versionsubtitle
@ifclear DEVELOPMENT
@subtitle For @sc{gcc} version $$version-GCC$$ $$development-GCC$$
@end ifclear
@ifset DEVELOPMENT
@subtitle For @sc{gcc} version $$version-GCC$$ $$development-GCC$$
@end ifset
@ifset VERSION_PACKAGE
@sp 1
@subtitle $$VERSION_PACKAGE$$
@end ifset
@vskip 0pt plus 1filll
@end macro
|