2012-03-20 15:06:16 -04:00
|
|
|
#ifndef A_DEF
|
2016-05-16 10:34:04 -04:00
|
|
|
#error "A_DEF not defined"
|
2012-03-12 14:41:34 -04:00
|
|
|
#endif
|
2012-03-20 15:06:16 -04:00
|
|
|
#ifdef B_DEF
|
2016-05-16 10:34:04 -04:00
|
|
|
#error "B_DEF must not be defined"
|
2012-03-12 14:41:34 -04:00
|
|
|
#endif
|