Changes in / [45d0e65:e373984]
- Files:
-
- 1 deleted
- 1 edited
-
doc/proposals/exceptions-assert.md (deleted)
-
tests/include/includes.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/include/includes.cfa
r45d0e65 re373984 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun May 31 12:06:50 202613 // Update Count : 83 412 // Last Modified On : Thu Mar 13 11:56:08 2025 13 // Update Count : 831 14 14 // 15 15 … … 48 48 #include <execinfo.h> 49 49 #if __has_include( "expat.h" ) 50 #if ! defined( __i386 ) // FIX ME: attribute location in "enum E __attribute__((...)) rtn();"51 50 #include <expat.h> // may not be installed 52 #endif53 51 #include <expat_external.h> 54 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.