Changeset fc814ba


Ignore:
Timestamp:
May 31, 2026, 12:11:24 PM (64 minutes ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Parents:
2ec81ca
Message:

temporary patch parsing attribute location in function prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/include/includes.cfa

    r2ec81ca rfc814ba  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Mar 13 11:56:08 2025
    13 // Update Count     : 831
     12// Last Modified On : Sun May 31 12:06:50 2026
     13// Update Count     : 834
    1414//
    1515
     
    4848#include <execinfo.h>
    4949#if __has_include( "expat.h" )
     50#if ! defined( __i386 )                                                                 // FIX ME: attribute location in "enum E __attribute__((...)) rtn();"
    5051#include <expat.h>                                                                              // may not be installed
     52#endif
    5153#include <expat_external.h>
    5254#endif
Note: See TracChangeset for help on using the changeset viewer.