diff options
Diffstat (limited to 'admin/notes/cpp')
| -rw-r--r-- | admin/notes/cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/admin/notes/cpp b/admin/notes/cpp index 4f61a595f5e..275001369d9 100644 --- a/admin/notes/cpp +++ b/admin/notes/cpp | |||
| @@ -7,9 +7,7 @@ into object files, but also for creating | |||
| 7 | lib-src/Makefile | 7 | lib-src/Makefile |
| 8 | 8 | ||
| 9 | (delimited by comment "start of cpp stuff"). some cpp implementations | 9 | (delimited by comment "start of cpp stuff"). some cpp implementations |
| 10 | insert whitespace in between tokens, which explains the "$(dot)$(dot)" | 10 | insert whitespace in between tokens. |
| 11 | and "UNEXEC_ALIAS" workarounds for unixoid systems and the bundled | ||
| 12 | tradcpp/ for vms. [NOTE: tradcpp/ not yet checked in.] | ||
| 13 | 11 | ||
| 14 | during makefile creation, the preprocessor symbol NOT_C_CODE is defined. | 12 | during makefile creation, the preprocessor symbol NOT_C_CODE is defined. |
| 15 | this should not be defined for normal .c file compilation. | 13 | this should not be defined for normal .c file compilation. |