]> git.sur5r.net Git - openldap/commitdiff
remove remaining C++ style comments
authorPierangelo Masarati <ando@openldap.org>
Wed, 31 Oct 2001 09:28:03 +0000 (09:28 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 31 Oct 2001 09:28:03 +0000 (09:28 +0000)
libraries/librewrite/rewrite-int.h
libraries/librewrite/rewrite.c

index 1a21ca80d39a1164ad3b17a1c6f54364878d4861..4b1d9317548b8382169ecd1cf08d050979e76158 100644 (file)
@@ -58,7 +58,8 @@
 /*
  * Submatch escape char
  */
-//#define REWRITE_SUBMATCH_ESCAPE                      '\\'
+/* the '\' conflicts with slapd.conf parsing */
+/* #define REWRITE_SUBMATCH_ESCAPE                     '\\' */
 #define REWRITE_SUBMATCH_ESCAPE                 '%'
 
 /*
index 6097b61f71cde699ebeed99f17ec87a2c0a83f89..56eb66bfd648ca08369561c8af4dcefabc80e5e2 100644 (file)
@@ -76,7 +76,7 @@ apply(
                        sep[ 0 ] = '\0';
                        sep++;
                }
-               // rc = rewrite( info, rewriteContext, string, &result );
+               /* rc = rewrite( info, rewriteContext, string, &result ); */
                rc = rewrite_session( info, rewriteContext, string,
                                cookie, &result );