Commit 44ce3aae authored by Jeremy Hylton's avatar Jeremy Hylton

Remove C++-style comment.

Noted by Jon Dyte.
parent c4ac2ac5
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#ifdef PERSISTENT #ifdef PERSISTENT
#include "cPersistence.h" #include "cPersistence.h"
//#include "persistence/persistenceAPI.h"
#else #else
#define PER_USE_OR_RETURN(self, NULL) #define PER_USE_OR_RETURN(self, NULL)
#define PER_ALLOW_DEACTIVATION(self) #define PER_ALLOW_DEACTIVATION(self)
...@@ -379,7 +378,7 @@ static char BTree_module_documentation[] = ...@@ -379,7 +378,7 @@ static char BTree_module_documentation[] =
"\n" "\n"
MASTER_ID MASTER_ID
BTREEITEMSTEMPLATE_C BTREEITEMSTEMPLATE_C
"$Id: BTreeModuleTemplate.c,v 1.38 2003/11/28 16:44:44 jim Exp $\n" "$Id: BTreeModuleTemplate.c,v 1.39 2004/01/14 19:16:46 jeremy Exp $\n"
BTREETEMPLATE_C BTREETEMPLATE_C
BUCKETTEMPLATE_C BUCKETTEMPLATE_C
KEYMACROS_H KEYMACROS_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment