Changeset 45d0e65


Ignore:
Timestamp:
Jun 4, 2026, 2:07:05 PM (86 minutes ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Parents:
e373984 (diff), fc814ba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/include/includes.cfa

    re373984 r45d0e65  
    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.