source:
CIVL/mods/dev.civl.abc/examples/preproc/doubleDef.txt
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 125 bytes | |
| Line | |
|---|---|
| 1 | /* It is OK to #define a macro twice if the two definitions are identical */ |
| 2 | #define X Hello, world |
| 3 | #define X Hello, world |
| 4 | X |
Note:
See TracBrowser
for help on using the repository browser.
