Replace our assert-which-can-be-caught-by-eval with the real deal from
authorNicholas Clark <nick@ccl4.org>
Sat, 22 Dec 2007 19:22:48 +0000 (19:22 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 22 Dec 2007 19:22:48 +0000 (19:22 +0000)
commitde84dc04df54774a9a36117a3e6233130e44a9a3
tree01bbb20a0f522250da455b6cf0659b87dbe1c03d
parent24792b8dabd61fb81a064d275b67bc65123a8d4c
Replace our assert-which-can-be-caught-by-eval with the real deal from
the standard C library. Make ours available as Perl_assert(), if you
really want that.
assert() is only #include'd if you compile with -DDEBUGGING.

p4raw-id: //depot/perl@32708
perl.h