Some files use DEBUG as a preprocessor conditionals to enable debug
code and i find handy to pass -DDEBUG as extra cflags at configure
time.
Unfortunately this cannot be done if DEBUG name is used for other
purposes.

Riccardo Magliocchetti (3):
  Rename DEBUG field to TC_DEBUG to avoid name clashes
  Rename DEBUG macro to MSIX_LOG to avoid name clashes
  Rename DEBUG define to E1000_DEBUG to avoid name clashes

 hw/e1000.c    |    4 ++--
 hw/msix.c     |    4 ++--
 hw/tc6393xb.c |    8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)


Reply via email to