Changeset e0d90b2 for libcfa


Ignore:
Timestamp:
Mar 1, 2026, 5:53:00 PM (24 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
a9bf505
Parents:
02e7483
Message:

remove making keyword exception an identifier for math.h

File:
1 edited

Legend:

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

    r02e7483 re0d90b2  
    1010// Created On       : Mon Jul  4 23:25:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jun  6 06:35:49 2025
    13 // Update Count     : 24
     12// Last Modified On : Sun Feb  8 22:03:48 2026
     13// Update Count     : 25
    1414//
    1515
    1616extern "C" {
    17 #if ! defined( exception )                                                              // nesting ?
    18 //#define exception ``exception                                                 // make keyword an identifier
    19 #define __CFA_MATH_H__
    20 #endif
    21 
    2217#include_next <math.h>                                                                  // has internal check for multiple expansion
    23 
    24 #if defined( exception ) && defined( __CFA_MATH_H__ )   // reset only if set
    25 //#undef exception
    26 #undef __CFA_MATH_H__
    27 #endif
    2818} // extern "C"
    2919
Note: See TracChangeset for help on using the changeset viewer.