diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-09-14 09:16:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-09-14 09:16:27 +0000 |
commit | b6d45f75e658a866f3f708ae182c23fc742d38eb (patch) | |
tree | 9f299d9b18b3df1be202edd535bb1c01a5110ed6 /app/xinit/cpprules.in | |
parent | 9f354802375e605e51f086e833a570df1993271a (diff) |
Update to xinit 1.3.3
Diffstat (limited to 'app/xinit/cpprules.in')
-rw-r--r-- | app/xinit/cpprules.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/xinit/cpprules.in b/app/xinit/cpprules.in index 92a987d92..eaea42885 100644 --- a/app/xinit/cpprules.in +++ b/app/xinit/cpprules.in @@ -10,7 +10,6 @@ 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/\@\@$$/\\/' SUFFIXES = .cpp |