Changeset - r6109:66cc293b4f79
[Not reviewed]
master
0 1 0
tron - 17 years ago 2007-02-22 18:34:57
tron@openttd.org
(svn r8845) -Fix

Remove pointless and out of context comment
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/macros.h
Show inline comments
 
@@ -181,8 +181,6 @@ static inline uint16 ReadLE16Unaligned(c
 
#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)
 

	
0 comments (0 inline, 0 general)