Changeset 3874269 for src/libcfa/assert.c
- Timestamp:
- Dec 8, 2016, 4:10:20 PM (6 years ago)
- Branches:
- aaron-thesis, arm-eh, 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, with_gc
- Children:
- fda7e90
- Parents:
- 43ceeb58 (diff), 57f408e (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
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/assert.c
r43ceeb58 r3874269 37 37 va_start( args, fmt ); 38 38 vfprintf( stderr, fmt, args ); 39 va_end( args ); 40 fprintf( stderr, "\n" ); 39 41 abort(); 40 42 }
Note: See TracChangeset
for help on using the changeset viewer.