Changeset fcd01432 for libcfa/src


Ignore:
Timestamp:
Mar 15, 2021, 2:04:04 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
5e25953
Parents:
4c05a40
Message:

removed convert keyword exception to identifier, as exception variable name is gone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/stdhdr/math.h

    r4c05a40 rfcd01432  
    1010// Created On       : Mon Jul  4 23:25:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Feb  7 19:05:27 2020
    13 // Update Count     : 15
     12// Last Modified On : Mon Mar 15 14:02:03 2021
     13// Update Count     : 17
    1414//
    1515
    1616extern "C" {
    17 #if ! defined( exception )                                                              // nesting ?
    18 #define exception ``exception                                                   // make keyword an identifier
    19 #define __CFA_MATH_H__
    20 #endif
    2117
    2218#include_next <math.h>                                                                  // has internal check for multiple expansion
    2319
    24 #if defined( exception ) && defined( __CFA_MATH_H__ )   // reset only if set
    25 #undef exception
    26 #undef __CFA_MATH_H__
    27 #endif
    2820} // extern "C"
    2921
Note: See TracChangeset for help on using the changeset viewer.