2009-02-24 22:32:31 +03:00
|
|
|
#ifdef BAR
|
2016-05-16 17:34:04 +03:00
|
|
|
PRINT*, 'BAR was defined via ADD_DEFINITIONS'
|
2009-02-24 22:32:31 +03:00
|
|
|
#else
|
2016-05-16 17:34:04 +03:00
|
|
|
PRINT*, 'If you can read this something went wrong'
|
2009-02-24 22:32:31 +03:00
|
|
|
#endif
|