OSDN Git Service

800dfefe4028feb173bae3ebd28509ca2c4032fd
[pf3gnuchains/gcc-fork.git] / gcc / doc / include / gcc-common.texi
1 @c Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2 @c This is part of the GCC manual.
3 @c For copying conditions, see the file gcc.texi.
4
5 @c Common values used in the GCC manuals:
6
7 @set version-GCC 3.3
8
9 @c Common macros to support generating man pages:
10
11 @macro gcctabopt{body}
12 @code{\body\}
13 @end macro
14 @macro gccoptlist{body}
15 @smallexample
16 \body\
17 @end smallexample
18 @end macro
19 @c Makeinfo handles the above macro OK, TeX needs manual line breaks;
20 @c they get lost at some point in handling the macro.  But if @macro is
21 @c used here rather than @alias, it produces double line breaks.
22 @iftex
23 @alias gol = *
24 @end iftex
25 @ifnottex
26 @macro gol
27 @end macro
28 @end ifnottex
29
30 @c For FSF printing, define FSFPRINT.  Also update the ISBNs and last
31 @c printing dates in gcc.texi and gccint.texi.
32 @c @set FSFPRINT
33 @ifset FSFPRINT
34 @smallbook
35 @finalout
36 @end ifset