summaryrefslogtreecommitdiff
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
lib-src/Makefile
(delimited by comment "start of cpp stuff"). some cpp implementations
-insert whitespace in between tokens, which explains the "$(dot)$(dot)"
-and "UNEXEC_ALIAS" workarounds for unixoid systems and the bundled
-tradcpp/ for vms. [NOTE: tradcpp/ not yet checked in.]
+insert whitespace in between tokens.
during makefile creation, the preprocessor symbol NOT_C_CODE is defined.
this should not be defined for normal .c file compilation.