7 lines
105 B
C
Raw Normal View History

2012-04-19 19:04:21 +03:00
#ifndef A_DEF
# error "A_DEF not defined"
#endif
#ifdef B_DEF
# error "B_DEF must not be defined"
#endif