diff --git a/src/cpp.h b/src/cpp.h index 03c60e7..7d55bfc 100644 --- a/src/cpp.h +++ b/src/cpp.h @@ -24,7 +24,7 @@ #ifndef CPP_H #define CPP_H -#include +#include using namespace std; @@ -32,9 +32,9 @@ using namespace std; typedef long cs_offset_t; /* - * Return as an integral value a pointer's offset for writing it to - * a database. - * Not strictly portable, but better than casting to unsigned + * Return as an integral value a pointer's offset (in units of T) for + * writing it to a database. + * Not strictly portable, but better than casting to unsigned. */ template inline ptrdiff_t