X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/c02c23b58bcb65fea74d86d33bcc1b094ef97902..c02bb3e0b72cd17aaa3cdfb9587d934f1097cc1f:/l4/pkg/plr/server/src/exceptions diff --git a/l4/pkg/plr/server/src/exceptions b/l4/pkg/plr/server/src/exceptions index 113570e72..39855d6bc 100644 --- a/l4/pkg/plr/server/src/exceptions +++ b/l4/pkg/plr/server/src/exceptions @@ -6,7 +6,7 @@ * * Romain exception definitions. * - * (c) 2011 Björn Döbel , + * (c) 2011-2013 Björn Döbel , * economic rights: Technische Universität Dresden (Germany) * This file is part of TUD:OS and distributed under the terms of the * GNU General Public License 2. @@ -14,7 +14,7 @@ */ #include -#include // snprintf etc. +#include // snprintf etc. #include // L4::Base_error class Romain_error : public L4::Base_exception @@ -38,6 +38,10 @@ class Romain_error : public L4::Base_exception }; +/* + * XXX: Meh ... the use of the condition is actually opposite to what one would expect + * for a standard ASSERT. This drives me nuts. Need to fix it some day. + */ #define _check(cond, message) \ do { \ if (cond) { \