X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95..7c2fb837ec2f0e0a509f22ccc35f9b43476a6119:/admin/notes/cpp diff --git a/admin/notes/cpp b/admin/notes/cpp index 4f61a595f5..275001369d 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.