chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
956f82a
)
Added missing condition definition
author
espen
<espen>
Fri, 28 Apr 2006 08:27:22 +0000
(08:27 +0000)
committer
espen
<espen>
Fri, 28 Apr 2006 08:27:22 +0000
(08:27 +0000)
glib/gerror.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gerror.lisp
b/glib/gerror.lisp
index 325f3bdabee6b7244da74ae3bb9aa242cab0e7d5..bdedc0df7d6458ed51ca2b726eb3ad3cffba10ca 100644
(file)
--- a/
glib/gerror.lisp
+++ b/
glib/gerror.lisp
@@
-20,7
+20,7
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: gerror.lisp,v 1.
6 2006/04/25 22:01:1
2 espen Exp $
+;; $Id: gerror.lisp,v 1.
7 2006/04/28 08:27:2
2 espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-100,6
+100,9
@@
(define-condition critical-log-level (log-level)
(define-condition warning-log-level (log-level)
())
(define-condition warning-log-level (log-level)
())
+(define-condition message-log-level (log-level)
+ ())
+
(define-condition info-log-level (log-level)
())
(define-condition info-log-level (log-level)
())