From 97193c4445d3dca23f65c4b517801f148da5a512 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 19 Jan 2010 09:25:44 +0100 Subject: [PATCH] Document . Remove if/endif section --- include/yaz/proto.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/yaz/proto.h b/include/yaz/proto.h index e88856d..fcda11b 100644 --- a/include/yaz/proto.h +++ b/include/yaz/proto.h @@ -72,7 +72,10 @@ #include YAZ_BEGIN_CDECL -#if 1 +/* Here are a lot of definitions that were defined in YAZ 1 and which + are still in use by some applications. We keep those to preserve + backwards compatibility.. They cause no harm. +*/ #define Z_PRES_SUCCESS Z_PresentStatus_success #define Z_PRES_PARTIAL_1 Z_PresentStatus_partial_1 #define Z_PRES_PARTIAL_2 Z_PresentStatus_partial_2 @@ -122,7 +125,6 @@ YAZ_BEGIN_CDECL #define Z_SortResultSetStatus_interim Z_SortResponse_interim #define Z_SortResultSetStatus_unchanged Z_SortResponse_unchanged #define Z_SortResultSetStatus_none Z_SortResponse_none -#endif typedef Z_External Z_DatabaseRecord; typedef struct Z_IOItemOrder Z_ItemOrder; -- 1.7.10.4