2012-03-20 23:06:16 +04:00
|
|
|
#ifndef A_DEF
|
2016-05-16 17:34:04 +03:00
|
|
|
#error "A_DEF not defined"
|
2012-03-12 22:41:34 +04:00
|
|
|
#endif
|
2012-03-20 23:06:16 +04:00
|
|
|
#ifdef B_DEF
|
2016-05-16 17:34:04 +03:00
|
|
|
#error "B_DEF must not be defined"
|
2012-03-12 22:41:34 +04:00
|
|
|
#endif
|