aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes/cpp')
-rw-r--r--admin/notes/cpp4
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
10insert whitespace in between tokens, which explains the "$(dot)$(dot)" 10insert whitespace in between tokens.
11and "UNEXEC_ALIAS" workarounds for unixoid systems and the bundled
12tradcpp/ for vms. [NOTE: tradcpp/ not yet checked in.]
13 11
14during makefile creation, the preprocessor symbol NOT_C_CODE is defined. 12during makefile creation, the preprocessor symbol NOT_C_CODE is defined.
15this should not be defined for normal .c file compilation. 13this should not be defined for normal .c file compilation.