Changeset 76e9498 for src/libcfa
- Timestamp:
- Dec 8, 2016, 5:13:47 PM (8 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, with_gc
- Children:
- 2d59d53, fda7e90
- Parents:
- a2a77af (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
ra2a77af r76e9498 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.