assert: Split some of the work into a separate C file.master
commit222b39d3fdddc4dd6edd828c6470ce6725121c6d
authorNick Bowler <nbowler@draconx.ca>
Thu, 11 Nov 2010 01:36:10 +0000 (10 20:36 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 11 Nov 2010 14:20:31 +0000 (11 09:20 -0500)
tree367eaf1234703561fdf249a3e461c6f5eaf40417
parent003d2922ff167d16f6645e0983c243cefc0a887c
assert: Split some of the work into a separate C file.

The declarations in the inline function are not sufficient: FILE and
stderr are not defined properly.  By splitting the work, we can isolate
some of the dependencies from the header inclusion.
Makefile.am
include/assert.h
src/assert/Makefile.inc [new file with mode: 0644]
src/assert/assert.c [new file with mode: 0644]
test/assert.c