Ignore:
Timestamp:
Jun 5, 2025, 10:48:38 PM (4 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9c1880b
Parents:
8236f00
Message:

temporarily remove checking for keyword exception in math.h

File:
1 edited

Legend:

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

    r8236f00 ra405983  
    1010// Created On       : Mon Jul  4 23:25:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue May  7 16:41:02 2024
    13 // Update Count     : 22
     12// Last Modified On : Thu Jun  5 22:36:49 2025
     13// Update Count     : 23
    1414//
    1515
    1616extern "C" {
    1717#if ! defined( exception )                                                              // nesting ?
    18 #define exception ``exception                                                   // make keyword an identifier
     18//#define exception ``exception                                                 // make keyword an identifier
    1919#define __CFA_MATH_H__
    2020#endif
     
    3131
    3232#if defined( exception ) && defined( __CFA_MATH_H__ )   // reset only if set
    33 #undef exception
     33//#undef exception
    3434#undef __CFA_MATH_H__
    3535#endif
Note: See TracChangeset for help on using the changeset viewer.