Parent Directory
|
Revision Log
|
Patch
revision 908 by johnpye, Wed Jun 28 16:28:57 2006 UTC | revision 909 by johnpye, Thu Oct 26 12:44:41 2006 UTC | |
---|---|---|
# | Line 48 | Line 48 |
48 | /*boolean safe_ok = TRUE;*/ | /*boolean safe_ok = TRUE;*/ |
49 | static int safe_print_errors = TRUE; | static int safe_print_errors = TRUE; |
50 | ||
51 | void safe_error_to_stderr(enum safe_err *not_safe) | void safe_error_to_stderr(enum safe_err *not_safe){ |
{ | ||
52 | if (!safe_print_errors) { | if (!safe_print_errors) { |
53 | return; | return; |
54 | } | } |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |