diff options
Diffstat (limited to 'admin/notes/cpp')
| -rw-r--r-- | admin/notes/cpp | 6 |
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 @@ | |||
| 1 | ttn 2003-04-09 | 1 | ttn 2003-04-09 |
| 2 | 2 | ||
| 3 | we use a C preprocesor not only in the normal compilation of .c files | 3 | we use a C preprocesor not only in the normal compilation of .c files |
| 4 | into object files, but also for creating | 4 | into 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 |
| 10 | insert whitespace in between tokens. | 6 | insert whitespace in between tokens. |
| 11 | 7 | ||