/[ascend]/trunk/base/generic/utilities/ascConfig.h
ViewVC logotype

Diff of /trunk/base/generic/utilities/ascConfig.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 927 by johnpye, Thu Oct 26 10:18:53 2006 UTC revision 928 by johnpye, Wed Nov 22 10:32:18 2006 UTC
# Line 269  Line 269 
269  #define ASC_MILD_BUGMAIL "https://pse.cheme.cmu.edu/wiki/view/Ascend/BugReport"  #define ASC_MILD_BUGMAIL "https://pse.cheme.cmu.edu/wiki/view/Ascend/BugReport"
270  #define ASC_BIG_BUGMAIL "https://pse.cheme.cmu.edu/wiki/view/Ascend/BugReport"  #define ASC_BIG_BUGMAIL "https://pse.cheme.cmu.edu/wiki/view/Ascend/BugReport"
271    
272    #ifdef REIMPLEMENT_STREAMS
273  ASC_DLLSPEC(FILE*) g_ascend_errors;         /**< File stream to receive error messages. */  ASC_DLLSPEC(FILE*) g_ascend_errors;         /**< File stream to receive error messages. */
274  ASC_DLLSPEC(FILE*) g_ascend_warnings;       /**< File stream to receive warning messages. */  ASC_DLLSPEC(FILE*) g_ascend_warnings;       /**< File stream to receive warning messages. */
275  ASC_DLLSPEC(FILE*) g_ascend_information;    /**< File stream to receive general messages. */  ASC_DLLSPEC(FILE*) g_ascend_information;    /**< File stream to receive general messages. */
# Line 279  ASC_DLLSPEC(FILE*) g_ascend_information; Line 280  ASC_DLLSPEC(FILE*) g_ascend_information;
280  # define ASCWAR g_ascend_warnings  # define ASCWAR g_ascend_warnings
281  # define ASCINF g_ascend_information  # define ASCINF g_ascend_information
282  #endif  #endif
283    
284    #else
285    # define ASCERR stderr
286    # define ASCWAR stderr
287    # define ASCINF stderr
288    #endif
289    
290    
291  /*  /*
292   *  file pointers for whine. they default to stderr. if you change   *  file pointers for whine. they default to stderr. if you change
293   *  them, be sure to change them to valid files.   *  them, be sure to change them to valid files.

Legend:
Removed from v.927  
changed lines
  Added in v.928

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22