Skip to content

Commit

Permalink
Change in support of Unidata#2599
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Feb 1, 2023
1 parent 428727d commit af7cbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libdispatch/dv2i.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ The V2 API is tested in test directory nctest.

/** The subroutines in error.c emit no messages unless NC_VERBOSE bit
* is on. They call exit() when NC_FATAL bit is on. */
int ncopts = (NC_FATAL | NC_VERBOSE) ;
MSC_EXTRA int ncopts = (NC_FATAL | NC_VERBOSE) ;

int ncerr = NC_NOERR ; /**< V2 API error code. */
MSC_EXTRA int ncerr = NC_NOERR ; /**< V2 API error code. */

#if SIZEOF_LONG == SIZEOF_SIZE_T
/*
Expand Down

0 comments on commit af7cbe7

Please sign in to comment.