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. */ |
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. |