aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/New_preprocessor_directive_syntax
diff options
context:
space:
mode:
authorJason Blevins <jrblevin@sdf.lonestar.org>2008-11-02 18:56:12 -0500
committerJason Blevins <jrblevin@sdf.lonestar.org>2008-11-02 18:56:12 -0500
commitd93b509eeeeda80e9d6cb985186640a3902aa199 (patch)
treeddaa8234de632f7cc8433b6feabc5ca4586e6d2f /doc/todo/New_preprocessor_directive_syntax
parent8e451ecda4573284467c95a0b66ade3014fd1bd8 (diff)
downloadikiwiki-d93b509eeeeda80e9d6cb985186640a3902aa199.tar
ikiwiki-d93b509eeeeda80e9d6cb985186640a3902aa199.tar.gz
Note about prefix_directives
Diffstat (limited to 'doc/todo/New_preprocessor_directive_syntax')
-rw-r--r--doc/todo/New_preprocessor_directive_syntax/discussion.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/New_preprocessor_directive_syntax/discussion.mdwn b/doc/todo/New_preprocessor_directive_syntax/discussion.mdwn
index dda1ff5e9..fd104cf6b 100644
--- a/doc/todo/New_preprocessor_directive_syntax/discussion.mdwn
+++ b/doc/todo/New_preprocessor_directive_syntax/discussion.mdwn
@@ -1,2 +1,12 @@
Err, is this really fixed in 2.21? I can't find it anywhere in 2.32.3
(debian unstable)
+
+-----
+
+I just did a `--dumpsetup` with the current version from the Git repository
+and the default option is
+
+ # use '!'-prefixed preprocessor directives?
+ prefix_directives => 0,
+
+My impression was that this should be enabled by default now. --[[JasonBlevins]]