We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5f60d7 + b158a79 commit 322018cCopy full SHA for 322018c
1 file changed
src/exp2cxx/selects.c
@@ -34,7 +34,7 @@ extern int multiple_inheritance;
34
((t)->u.type->body->type == integer_) || \
35
((t)->u.type->body->type == number_) )
36
#define PRINT_BUG_REPORT \
37
- fprintf( f, " std::cerr << __FILE__ << \":\" << __LINE__ << \": ERROR" \
+ fprintf( f, "std::cerr << __FILE__ << \":\" << __LINE__ << \": ERROR" \
38
" in schema library: \\n\" \n << _POC_ << \"\\n\\n\";\n");
39
40
#define PRINT_SELECTBUG_WARNING(f) \
0 commit comments