source: CIVL/mods/dev.civl.abc/examples/fortran/conversion/preproc/macros.h

main
Last change on this file was aad342c, checked in by Stephen Siegel <siegel@…>, 3 years ago

Performing huge refactor to incorporate ABC, GMC, and SARL into CIVL repo and use Java modules.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5664 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 186 bytes
Line 
1#ifdef ERR
2#error 'ERR is defined.'
3#endif
4#define MSG_HW "Hello World!"
5#define MSG_HI "Hi, "
6#define MSG_BW "Bye World!"
7#define MSG_NM ".."
8#ifndef NAME
9#define NAME "FORTRAN"
10#endif
Note: See TracBrowser for help on using the repository browser.