eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] Changes to eliot/game/debug.h [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/debug.h [antoine-1]
Date: Sun, 23 Oct 2005 16:58:50 -0400

Index: eliot/game/debug.h
diff -u eliot/game/debug.h:1.8.2.1 eliot/game/debug.h:1.8.2.2
--- eliot/game/debug.h:1.8.2.1  Sun Oct 23 17:16:24 2005
+++ eliot/game/debug.h  Sun Oct 23 20:58:20 2005
@@ -2,8 +2,6 @@
  * Copyright (C) 1999-2005 Eliot
  * Authors: Antoine Fraboulet <address@hidden>
  *
- * $Id: debug.h,v 1.8.2.1 2005/10/23 17:16:24 afrab Exp $
- *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -29,7 +27,7 @@
 #ifdef DEBUG
 #   include <iostream>
 // Assertion macro: if the condition is not verified, print a message on stderr
-// and stops execution, otherwise do nothing.
+// and stop execution, otherwise do nothing.
 #   define ASSERT(cond, msg) \
     { \
         if (!(cond)) \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]