glib: made debugf macro
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Fri, 7 Aug 2009 20:54:35 +0000 (00:54 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Fri, 7 Aug 2009 20:54:35 +0000 (00:54 +0400)
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