aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/g++-include/assert.h
blob: 44a65704cfae3f63aed5660fb3f765a90b179ae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __libgxx_assert_h

extern "C" {
#ifdef __assert_h_recursive
#include_next <assert.h>
#else
/* assert.h on some systems needs stdio.h, in violation of ANSI. */
#include <stdio.h>
#include_next <assert.h>

#define __libgxx_assert_h 1
#endif
}
#endif