~ubuntu-branches/ubuntu/raring/gcc-4.7/raring

« back to all changes in this revision

Viewing changes to debian/cpp-BV-doc.doc-base.cpp

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-17 23:19:46 UTC
  • Revision ID: package-import@ubuntu.com-20111217231946-n668coanjbjgqxq7
Tags: 4.7-20111217-1
* GCC-4.7 snapshot build.
  - Including the GFDL documentation; will stay in experimental
    until the 4.7.0 release sometime next year.
* Update patches for the trunk.
* Update symbols files.
* Build libitm packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Document: cpp-@BV@
 
2
Title: The GNU C preprocessor
 
3
Author: Various
 
4
Abstract: The C preprocessor is a "macro processor" that is used automatically
 
5
 by the C compiler to transform your program before actual compilation.
 
6
 It is called a macro processor because it allows you to define "macros",
 
7
 which are brief abbreviations for longer constructs.
 
8
Section: Programming
 
9
 
 
10
Format: html
 
11
Index: /usr/share/doc/gcc-@BV@-base/cpp.html
 
12
Files: /usr/share/doc/gcc-@BV@-base/cpp.html
 
13
 
 
14
Format: info
 
15
Index: /usr/share/info/cpp-@BV@.info.gz
 
16
Files: /usr/share/info/cpp-@BV@*