X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/242cc08e8da09221339a70edf24b9b57910e3dba..e358222ba8056b962878b61b3825acaed8b9d9be:/NEWS diff --git a/NEWS b/NEWS index 403265fa..ec4e33a5 100644 --- a/NEWS +++ b/NEWS @@ -94,10 +94,19 @@ GNU Bison NEWS # define BAR_FOO_H # define BAR_FOO_H /* Enabling traces. */ /* Enabling traces. */ - # ifndef YYDEBUG # ifndef YYDEBUG - # define YYDEBUG 0 # define YYDEBUG 0 - # endif # endif - # if YYDEBUG # if YYDEBUG + # ifndef YYDEBUG | # ifndef BAR_DEBUG + > # if defined YYDEBUG + > # if YYDEBUG + > # define BAR_DEBUG 1 + > # else + > # define BAR_DEBUG 0 + > # endif + > # else + # define YYDEBUG 0 | # define BAR_DEBUG 0 + > # endif + # endif | # endif + + # if YYDEBUG | # if BAR_DEBUG extern int bar_debug; extern int bar_debug; # endif # endif