Parent Directory
|
Revision Log
|
Patch
revision 512 by johnpye, Tue Apr 18 06:55:20 2006 UTC | revision 513 by johnpye, Wed Apr 19 14:18:05 2006 UTC | |
---|---|---|
# | Line 235 int error_reporter_note_no_line(const ch | Line 235 int error_reporter_note_no_line(const ch |
235 | Error reporter 'here' function for compilers not supporting | Error reporter 'here' function for compilers not supporting |
236 | variadic macros. | variadic macros. |
237 | */ | */ |
238 | int error_reporter_here(const error_severity_t sev, const char *fmt,...){ | ASC_DLLSPEC(int) error_reporter_here(const error_severity_t sev, const char *fmt,...){ |
239 | int res; | int res; |
240 | va_list args; | va_list args; |
241 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |