gnome-desktop r5408 - trunk/libgnome-desktop



Author: federico
Date: Thu Feb 19 20:27:19 2009
New Revision: 5408
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=5408&view=rev

Log:
Don't re-define TRUE/FALSE

Signed-off-by: Federico Mena Quintero <federico novell com>

Modified:
   trunk/libgnome-desktop/ChangeLog
   trunk/libgnome-desktop/edid-parse.c

Modified: trunk/libgnome-desktop/edid-parse.c
==============================================================================
--- trunk/libgnome-desktop/edid-parse.c	(original)
+++ trunk/libgnome-desktop/edid-parse.c	Thu Feb 19 20:27:19 2009
@@ -28,9 +28,6 @@
 #include <math.h>
 #include <glib.h>
 
-#define TRUE 1
-#define FALSE 0
-
 static int
 get_bit (int in, int bit)
 {



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