libDtSearch: Enable compiling with const support, remove ability to build without const support.

This commit is contained in:
Peter Howkins
2018-06-28 19:17:42 +01:00
parent 144bca4af7
commit af9f0e9033
28 changed files with 116 additions and 123 deletions

View File

@@ -62,7 +62,7 @@ DBN_DECL /* database number */
int fld; /* field number */
int rec, rn; /* record type of current record */
char *rptr; /* pointer to current record */
CONST char *fptr; /* pointer to field contents */
const char *fptr; /* pointer to field contents */
char ckey[256]; /* compound key data */
int stat;
RECORD_ENTRY *rec_ptr;