Ignore:
Timestamp:
Dec 8, 2016, 5:13:47 PM (7 years ago)
Author:
Aaron Moss <a3moss@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/assert.c

    ra2a77af r76e9498  
    3737                va_start( args, fmt );
    3838                vfprintf( stderr, fmt, args );
     39                va_end( args );
     40                fprintf( stderr, "\n" );
    3941                abort();
    4042        }
Note: See TracChangeset for help on using the changeset viewer.