]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-private.h
Import changes from CUPS 1.4svn-r8704.
[thirdparty/cups.git] / ppdc / ppdc-private.h
index 4222a3d5d7a31ea63797f6258f716bf660d126aa..04ae2ada913798325f4adc16a062347d3a38843e 100644 (file)
@@ -32,6 +32,7 @@
 #  define PPDC_NEW             DEBUG_printf(("%s: %p new", class_name(), this))
 #  define PPDC_NEWVAL(s)       DEBUG_printf(("%s(\"%s\"): %p new", class_name(), s, this))
 #  define PPDC_DELETE          DEBUG_printf(("%s: %p delete", class_name(), this))
+#  define PPDC_DELETEVAL(s)    DEBUG_printf(("%s(\"%s\"): %p delete", class_name(), s, this))
 
 
 #endif // !_PPDC_PRIVATE_H_