(svn r8845) -Fix
authortron
Thu, 22 Feb 2007 18:34:57 +0000
changeset 6435 34851c32c0d0
parent 6434 d12a3ab5acbc
child 6436 43c201d8ad95
(svn r8845) -Fix

Remove pointless and out of context comment
src/macros.h
--- a/src/macros.h	Thu Feb 22 16:16:44 2007 +0000
+++ b/src/macros.h	Thu Feb 22 18:34:57 2007 +0000
@@ -181,8 +181,6 @@
 #define ALIGN(x, n) (((x) + (n) - 1) & ~((n) - 1))
 
 /** return the largest value that can be entered in a variable.
- *  known to work for uint32.
- *  used by TGP to set the max value of the _patches.generation_seed in its definition
  */
 #define MAX_UVALUE(type) ((type)~(type)0)