remove remaining C++ style comments

This commit is contained in:
Pierangelo Masarati 2001-10-31 09:28:03 +00:00
parent a2eec74fc1
commit 556f74c534
2 changed files with 3 additions and 2 deletions

View 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 '%'
/*

View 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 );