glib: made debugf macro
[cl-gtk2.git] / glib / gobject.package.lisp
index de86f88..a40fb03 100644 (file)
@@ -243,6 +243,6 @@ GObject uses GValues as a generic way to pass values. It is used when calling cl
 
 (defvar *gobject-debug* nil)
 
-(defun debugf (&rest args)
+(defmacro debugf (&rest args)
   (when *gobject-debug*
     (apply 'format t args)))
\ No newline at end of file