- Timestamp:
- Oct 26, 2016, 5:10:48 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 1b29996
- Parents:
- 315f634
- git-author:
- Peter A. Buhr <pabuhr@…> (10/26/16 17:02:36)
- git-committer:
- Peter A. Buhr <pabuhr@…> (10/26/16 17:10:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/user.tex
r315f634 rec129c4 11 11 %% Created On : Wed Apr 6 14:53:29 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : T hu Sep 29 11:50:28201614 %% Update Count : 13 2513 %% Last Modified On : Tue Oct 25 23:03:59 2016 14 %% Update Count : 1357 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 326 326 \begin{description} 327 327 \item 328 \Indexc{__CFA_ _}\index{preprocessor variables!__CFA__@{©__CFA__©}}329 is a lways available during preprocessing and its value is the currentmajor \Index{version number} of \CFA.\footnote{328 \Indexc{__CFA_MAJOR__}\index{preprocessor variables!__CFA__@{©__CFA__©}} 329 is available during preprocessing and its value is the major \Index{version number} of \CFA.\footnote{ 330 330 The C preprocessor allows only integer values in a preprocessor variable so a value like ``\Version'' is not allowed. 331 331 Hence, the need to have three variables for the major, minor and patch version number.} … … 333 333 \item 334 334 \Indexc{__CFA_MINOR__}\index{preprocessor variables!__CFA_MINOR__@{©__CFA_MINOR__©}} 335 is a lways available during preprocessing and its value is the currentminor \Index{version number} of \CFA.335 is available during preprocessing and its value is the minor \Index{version number} of \CFA. 336 336 337 337 \item 338 338 \Indexc{__CFA_PATCH__}\index{preprocessor variables!__CFA_PATCH__@©__CFA_PATCH__©} 339 is always available during preprocessing and its value is the current patch \Index{version number} of \CFA. 340 341 \item 339 is available during preprocessing and its value is the patch \Index{level number} of \CFA. 340 341 \item 342 \Indexc{__CFA__}\index{preprocessor variables!__CFA__@©__CFA__©} and 342 343 \Indexc{__CFORALL__}\index{preprocessor variables!__CFORALL__@©__CFORALL__©} 343 is always available during preprocessing and hasno value.344 are always available during preprocessing and have no value. 344 345 \end{description} 345 346 These preprocessor variables allow conditional compilation of programs that must work differently in these situations.
Note: See TracChangeset
for help on using the changeset viewer.