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