projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b30957
)
glib: made debugf macro
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Fri, 7 Aug 2009 20:54:35 +0000
(
00:54
+0400)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Fri, 7 Aug 2009 20:54:35 +0000
(
00:54
+0400)
glib/gobject.package.lisp
patch
|
blob
|
history
diff --git
a/glib/gobject.package.lisp
b/glib/gobject.package.lisp
index
de86f88
..
a40fb03
100644
(file)
--- a/
glib/gobject.package.lisp
+++ b/
glib/gobject.package.lisp
@@
-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