aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1-5666.3/more-hdrs/stdbool.h
blob: de5287ef12bf1ff40f61d7c848c0387fd55934af (plain)
1
2
3
4
5
6
7
8
9
10
/* This file is public domain.  */
/* stdbool.h has moved to avoid accidental use with a non-GCC
   compiler.  Only GCC should have used stdbool.h due to licensing
   restrictions.  */
#ifdef __MWERKS__
#include "mw_stdbool.h"
#else
#error "This header only supports __MWERKS__."
#endif