Conditionalize "#pragma mark" on TARGET_OS_MAC.
authorKen Raeburn <raeburn@mit.edu>
Thu, 1 Nov 2007 08:08:32 +0000 (08:08 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 1 Nov 2007 08:08:32 +0000 (08:08 +0000)
commit02c259aa1ae59c48ab0ae6cbb7168d6e26ca22a4
tree017d68560700e8e53480c218eecbcc09f55d3de1
parent3f3ceb8cc3f6ca0e62dac213e3fa2a79b8c05ebe
Conditionalize "#pragma mark" on TARGET_OS_MAC.
Don't use "#pragma warning" when not on Windows.  (In fact, the just-added uses
shouldn't be needed if the above conditional is done right, so one of them was
deleted.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20161 dc483132-0cff-0310-8789-dd5450dbe970
18 files changed:
src/ccapi/common/cci_array_internal.c
src/ccapi/common/cci_common.h
src/ccapi/common/cci_identifier.c
src/ccapi/lib/ccapi_ccache.c
src/ccapi/lib/ccapi_context.c
src/ccapi/lib/ccapi_context_change_time.c
src/ccapi/server/ccs_array.c
src/ccapi/server/ccs_array.h
src/ccapi/server/ccs_cache_collection.c
src/ccapi/server/ccs_ccache.c
src/ccapi/server/ccs_ccache_iterator.c
src/ccapi/server/ccs_credentials_iterator.c
src/ccapi/server/ccs_list.c
src/ccapi/server/ccs_list.h
src/ccapi/server/ccs_list_internal.c
src/ccapi/server/ccs_lock_state.c
src/ccapi/server/ccs_server.c
src/ccapi/server/ccs_types.h