diff options
author | Jeremy Huddleston <jeremy@tifa.local> | 2008-03-01 17:30:47 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@tifa.local> | 2008-03-01 17:30:47 -0800 |
commit | aa026deef43a8c1479e6a558194e0a473bbdaeb0 (patch) | |
tree | 7b8b3b76259a848e1661153c3d32b59821cae50e /cpprules.in | |
parent | 916b1ab10d10efbdf3a544534acb95f9d28692cf (diff) |
Apple: Adding support for an xinitrc.d directory on OSX, so fink doesn't need to clobber files
Diffstat (limited to 'cpprules.in')
-rw-r--r-- | cpprules.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpprules.in b/cpprules.in index 2e50207..f32eafc 100644 --- a/cpprules.in +++ b/cpprules.in @@ -10,6 +10,7 @@ CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \ -e '/^[ ]*XCOMM$$/s/XCOMM/\#/' \ -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \ -e '/^[ ]*XHASH/s/XHASH/\#/' \ + -e '/XSLASHGLOB/s/XSLASHGLOB/\/\*/' \ -e '/\@\@$$/s/\@\@$$/\\/' # Strings to replace in man pages |