OSDN Git Service

* version.c (version_string): Change to 3.5.0.
[pf3gnuchains/gcc-fork.git] / gcc / doc / include / gcc-common.texi
1 @c Copyright (C) 2001, 2002, 2003 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.5.0
8
9 @c DEVELOPMENT is set to indicate an in-development version,
10 @c as compared to a release version.  When making a release
11 @c branch, clear this.
12 @set DEVELOPMENT
13
14 @c Common macros to support generating man pages:
15
16 @macro gcctabopt{body}
17 @code{\body\}
18 @end macro
19 @macro gccoptlist{body}
20 @smallexample
21 \body\
22 @end smallexample
23 @end macro
24 @c Makeinfo handles the above macro OK, TeX needs manual line breaks;
25 @c they get lost at some point in handling the macro.  But if @macro is
26 @c used here rather than @alias, it produces double line breaks.
27 @iftex
28 @alias gol = *
29 @end iftex
30 @ifnottex
31 @macro gol
32 @end macro
33 @end ifnottex
34
35 @c For FSF printing, define FSFPRINT.  Also update the ISBNs and last
36 @c printing dates in gcc.texi and gccint.texi.
37 @c @set FSFPRINT
38 @ifset FSFPRINT
39 @smallbook
40 @finalout
41 @end ifset