File tree Expand file tree Collapse file tree 5 files changed +9
-11
lines changed
Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1-
2- #include <my_global.h>
3-
41main (argc , argv )
52int argc ;
63char * argv [];
Original file line number Diff line number Diff line change 1-
2- #include <my_global.h>
3-
41int debug = 0 ;
52
63main (argc , argv )
Original file line number Diff line number Diff line change 1-
2- #include <my_global.h>
3-
41main (argc , argv )
52int argc ;
63char * argv [];
Original file line number Diff line number Diff line change 1- #include <dbug_long .h>
1+ #include <dbug .h>
22
33int main (argc , argv )
44int argc ;
Original file line number Diff line number Diff line change @@ -873,7 +873,14 @@ disabled by DBUG_OFF togeher with the
873873.I dbug
874874library. So there will be no need to disable asserts separately with NDEBUG.
875875.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
877884.SP 1
878885.LE
879886
You can’t perform that action at this time.
0 commit comments