Changeset 66f8528 for src/libcfa/stdhdr
- Timestamp:
- Dec 15, 2016, 5:16:42 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, stuck-waitfor-destruct, with_gc
- Children:
- 43385ca, f7ff3fb
- Parents:
- 5802a4f (diff), 596f987b (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. - File:
-
- 1 edited
-
src/libcfa/stdhdr/assert.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/stdhdr/assert.h
r5802a4f r66f8528 14 14 // 15 15 16 #ifdef __CFORALL__ 16 17 extern "C" { 17 #include_next <assert.h> // has internal check for multiple expansion 18 #endif //__CFORALL__ 19 20 // has internal check for multiple expansion 21 #include_next <assert.h> 22 23 #ifdef __CFORALL__ 18 24 } // extern "C" 25 #endif //__CFORALL__ 19 26 20 27 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.