7 lines
107 B
C
Raw Normal View History

2012-04-19 19:04:21 +03:00
#ifndef A_DEF
2018-08-09 18:06:22 +02:00
# error "A_DEF not defined"
2012-04-19 19:04:21 +03:00
#endif
#ifdef B_DEF
2018-08-09 18:06:22 +02:00
# error "B_DEF must not be defined"
2012-04-19 19:04:21 +03:00
#endif