Mercurial > hg > octave-nkf
comparison src/error.h @ 10313:f3b65e1ae355
untabify src header files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Feb 2010 12:16:43 -0500 |
parents | cd96d29c5efa |
children | 1834132fb50b |
comparison
equal
deleted
inserted
replaced
10312:cbc402e64d83 | 10313:f3b65e1ae355 |
---|---|
27 #include <cstdarg> | 27 #include <cstdarg> |
28 #include <string> | 28 #include <string> |
29 | 29 |
30 #define panic_impossible() \ | 30 #define panic_impossible() \ |
31 panic ("impossible state reached in file `%s' at line %d", \ | 31 panic ("impossible state reached in file `%s' at line %d", \ |
32 __FILE__, __LINE__) | 32 __FILE__, __LINE__) |
33 | 33 |
34 extern OCTINTERP_API void reset_error_handler (void); | 34 extern OCTINTERP_API void reset_error_handler (void); |
35 | 35 |
36 extern OCTINTERP_API int warning_enabled (const std::string& id); | 36 extern OCTINTERP_API int warning_enabled (const std::string& id); |
37 | 37 |