Changes in doc/user/user.tex [ec129c4:9059213]
- File:
-
- 1 edited
-
doc/user/user.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/user/user.tex
rec129c4 r9059213 11 11 %% Created On : Wed Apr 6 14:53:29 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : T ue Oct 25 23:03:59201614 %% Update Count : 13 5713 %% Last Modified On : Thu Sep 29 11:50:28 2016 14 %% Update Count : 1325 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 326 326 \begin{description} 327 327 \item 328 \Indexc{__CFA_ MAJOR__}\index{preprocessor variables!__CFA__@{©__CFA__©}}329 is a vailable during preprocessing and its value is themajor \Index{version number} of \CFA.\footnote{328 \Indexc{__CFA__}\index{preprocessor variables!__CFA__@{©__CFA__©}} 329 is always available during preprocessing and its value is the current 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 vailable during preprocessing and its value is theminor \Index{version number} of \CFA.335 is always available during preprocessing and its value is the current 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 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 339 is always available during preprocessing and its value is the current patch \Index{version number} of \CFA. 340 341 \item 343 342 \Indexc{__CFORALL__}\index{preprocessor variables!__CFORALL__@©__CFORALL__©} 344 are always available during preprocessing and haveno value.343 is always available during preprocessing and has no value. 345 344 \end{description} 346 345 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.