File tree 5 files changed +9
-11
lines changed
5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
-
2
- #include <my_global.h>
3
-
4
1
main (argc , argv )
5
2
int argc ;
6
3
char * argv [];
Original file line number Diff line number Diff line change 1
-
2
- #include <my_global.h>
3
-
4
1
int debug = 0 ;
5
2
6
3
main (argc , argv )
Original file line number Diff line number Diff line change 1
-
2
- #include <my_global.h>
3
-
4
1
main (argc , argv )
5
2
int argc ;
6
3
char * argv [];
Original file line number Diff line number Diff line change 1
- #include <dbug_long .h>
1
+ #include <dbug .h>
2
2
3
3
int main (argc , argv )
4
4
int argc ;
Original file line number Diff line number Diff line change @@ -873,7 +873,14 @@ disabled by DBUG_OFF togeher with the
873
873
.I dbug
874
874
library. So there will be no need to disable asserts separately with NDEBUG.
875
875
.SP 1
876
- EX:\ \f C DBUG_ASSERT(\ a\ >\ 0);\fR
876
+ EX:\ \f C DBUG_ASSERT(\ a\ >\ 0\ );\fR
877
+ .SP 1
878
+ .LI DBUG_OUTPUT\
879
+ In multi-threaded environment disables (or enables) any
880
+ .I dbug
881
+ output from the current thread.
882
+ .SP 1
883
+ EX:\ \f C DBUG_OUTPUT(\ 0\ );\fR
877
884
.SP 1
878
885
.LE
879
886
You can’t perform that action at this time.
0 commit comments