aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorKenichi Handa2010-05-14 13:15:58 +0900
committerKenichi Handa2010-05-14 13:15:58 +0900
commitccd3ce49e08b4f0c0e1bcbb34e9055ca4002e21c (patch)
tree0f53c077154c7cd5f05b339d91905dfd2391679d /admin/notes
parent82ebc97b11a369303345927c98e7bc69928c9117 (diff)
parent508197067c434b0111bcb6ded742d424bb738ece (diff)
downloademacs-ccd3ce49e08b4f0c0e1bcbb34e9055ca4002e21c.tar.gz
emacs-ccd3ce49e08b4f0c0e1bcbb34e9055ca4002e21c.zip
merge trunk
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/admin/notes/cpp b/admin/notes/cpp
index 275001369d9..73b4b3d64ff 100644
--- a/admin/notes/cpp
+++ b/admin/notes/cpp
@@ -1,11 +1,7 @@
1ttn 2003-04-09 1ttn 2003-04-09
2 2
3we use a C preprocesor not only in the normal compilation of .c files 3we use a C preprocesor not only in the normal compilation of .c files
4into object files, but also for creating 4into object files, but also for creating src/Makefile.
5
6 src/Makefile
7 lib-src/Makefile
8
9(delimited by comment "start of cpp stuff"). some cpp implementations 5(delimited by comment "start of cpp stuff"). some cpp implementations
10insert whitespace in between tokens. 6insert whitespace in between tokens.
11 7