Changeset 43f29f6


Ignore:
Timestamp:
Feb 24, 2023, 3:17:17 PM (14 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
78e2fca
Parents:
421703e
Message:

formatting

Location:
libcfa/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/interpose.cfa

    r421703e r43f29f6  
    1010// Created On       : Wed Mar 29 16:10:31 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Feb 19 17:09:16 2023
    13 // Update Count     : 183
     12// Last Modified On : Thu Feb 23 22:50:01 2023
     13// Update Count     : 185
    1414//
    1515
     
    101101                preload_libgcc();
    102102
    103 #pragma GCC diagnostic push
    104 #pragma GCC diagnostic ignored "-Wdiscarded-qualifiers"
     103                #pragma GCC diagnostic push
     104                #pragma GCC diagnostic ignored "-Wdiscarded-qualifiers"
    105105                INTERPOSE_LIBC( abort, version );
    106106                INTERPOSE_LIBC( exit , version );
    107 #pragma GCC diagnostic pop
     107                #pragma GCC diagnostic pop
    108108
    109109                if(__cfathreadabi_interpose_startup) __cfathreadabi_interpose_startup( do_interpose_symbol );
  • libcfa/src/limits.cfa

    r421703e r43f29f6  
    1010// Created On       : Wed Apr  6 18:06:52 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jan  8 18:53:17 2023
    13 // Update Count     : 86
     12// Last Modified On : Fri Feb 17 12:25:39 2023
     13// Update Count     : 87
    1414//
    1515
    16 // need _GNU_SOURCE to access long double M_*l in math.h
    1716#include <limits.h>
    1817#include <float.h>
Note: See TracChangeset for help on using the changeset viewer.