Changeset 45d0e65
- Timestamp:
- Jun 4, 2026, 2:07:05 PM (86 minutes ago)
- 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. - Files:
-
- 1 added
- 1 edited
-
doc/proposals/exceptions-assert.md (added)
-
tests/include/includes.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/include/includes.cfa
re373984 r45d0e65 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Mar 13 11:56:08 202513 // Update Count : 83 112 // Last Modified On : Sun May 31 12:06:50 2026 13 // Update Count : 834 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();" 50 51 #include <expat.h> // may not be installed 52 #endif 51 53 #include <expat_external.h> 52 54 #endif
Note:
See TracChangeset
for help on using the changeset viewer.