home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / gcc-2.5.8-bin.lha / info / cpp.info-3 < prev    next >
Encoding:
GNU Info File  |  1994-02-21  |  4.8 KB  |  102 lines

  1. This is Info file cpp.info, produced by Makeinfo-1.55 from the input
  2. file cpp.texi.
  3.  
  4.    This file documents the GNU C Preprocessor.
  5.  
  6.    Copyright 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
  7.  
  8.    Permission is granted to make and distribute verbatim copies of this
  9. manual provided the copyright notice and this permission notice are
  10. preserved on all copies.
  11.  
  12.    Permission is granted to copy and distribute modified versions of
  13. this manual under the conditions for verbatim copying, provided also
  14. that the entire resulting derived work is distributed under the terms
  15. of a permission notice identical to this one.
  16.  
  17.    Permission is granted to copy and distribute translations of this
  18. manual into another language, under the above conditions for modified
  19. versions.
  20.  
  21. 
  22. File: cpp.info,  Node: Index,  Prev: Concept Index,  Up: Top
  23.  
  24. Index of Commands, Macros and Options
  25. *************************************
  26.  
  27. * Menu:
  28.  
  29. * #assert:                              Assertions.
  30. * #elif:                                #elif Command.
  31. * #else:                                #else Command.
  32. * #error:                               #error Command.
  33. * #ident:                               Other Commands.
  34. * #if:                                  Conditional Syntax.
  35. * #ifdef:                               Conditionals-Macros.
  36. * #ifndef:                              Conditionals-Macros.
  37. * #import:                              Invocation.
  38. * #include:                             Include Syntax.
  39. * #include_next:                        Inheritance.
  40. * #line:                                Combining Sources.
  41. * #pragma:                              Other Commands.
  42. * #pragma once:                         Once-Only.
  43. * #unassert:                            Assertions.
  44. * #warning:                             #error Command.
  45. * -$:                                   Invocation.
  46. * -A:                                   Invocation.
  47. * -C:                                   Invocation.
  48. * -D:                                   Invocation.
  49. * -dD:                                  Invocation.
  50. * -dM:                                  Invocation.
  51. * -H:                                   Invocation.
  52. * -I:                                   Invocation.
  53. * -idirafter:                           Invocation.
  54. * -imacros:                             Invocation.
  55. * -include:                             Invocation.
  56. * -iprefix:                             Invocation.
  57. * -iwithprefix:                         Invocation.
  58. * -lang-c:                              Invocation.
  59. * -lang-c++:                            Invocation.
  60. * -lang-objc:                           Invocation.
  61. * -lang-objc++:                         Invocation.
  62. * -M:                                   Invocation.
  63. * -MD:                                  Invocation.
  64. * -MM:                                  Invocation.
  65. * -MMD:                                 Invocation.
  66. * -nostdinc:                            Invocation.
  67. * -nostdinc++:                          Invocation.
  68. * -P:                                   Invocation.
  69. * -pedantic:                            Invocation.
  70. * -pedantic-errors:                     Invocation.
  71. * -traditional:                         Invocation.
  72. * -trigraphs:                           Invocation.
  73. * -U:                                   Invocation.
  74. * -undef:                               Invocation.
  75. * -Wall:                                Invocation.
  76. * -Wcomment:                            Invocation.
  77. * -Wtraditional:                        Invocation.
  78. * -Wtrigraphs:                          Invocation.
  79. * BSD:                                  Nonstandard Predefined.
  80. * defined:                              Conditionals-Macros.
  81. * M68020:                               Nonstandard Predefined.
  82. * m68k:                                 Nonstandard Predefined.
  83. * mc68000:                              Nonstandard Predefined.
  84. * ns32000:                              Nonstandard Predefined.
  85. * pyr:                                  Nonstandard Predefined.
  86. * sequent:                              Nonstandard Predefined.
  87. * sun:                                  Nonstandard Predefined.
  88. * system header files:                  Header Uses.
  89. * unix:                                 Nonstandard Predefined.
  90. * vax:                                  Nonstandard Predefined.
  91. * _AM29000:                             Nonstandard Predefined.
  92. * _AM29K:                               Nonstandard Predefined.
  93. * __BASE_FILE__:                        Standard Predefined.
  94. * __DATE__:                             Standard Predefined.
  95. * __FILE__:                             Standard Predefined.
  96. * __INCLUDE_LEVEL_:                     Standard Predefined.
  97. * __LINE__:                             Standard Predefined.
  98. * __STDC__:                             Standard Predefined.
  99. * __TIME__:                             Standard Predefined.
  100.  
  101.  
  102.