Revision: 44538
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44538&view=rev
Author:   bob1961
Date:     2011-04-29 20:12:39 +0000 (Fri, 29 Apr 2011)

Log Message:
-----------
Add enclosing parens to a few NULL macros.

Modified Paths:
--------------
    brlcad/trunk/include/ged.h

Modified: brlcad/trunk/include/ged.h
===================================================================
--- brlcad/trunk/include/ged.h  2011-04-29 20:10:32 UTC (rev 44537)
+++ brlcad/trunk/include/ged.h  2011-04-29 20:12:39 UTC (rev 44538)
@@ -70,18 +70,18 @@
 #define INV_GED_V 0.00048828125
 #define INV_4096_V 0.000244140625
 
-#define GED_NULL (struct ged *)0
-#define GED_DISPLAY_LIST_NULL (struct ged_display_list *)0
-#define GED_DRAWABLE_NULL (struct ged_drawable *)0
-#define GED_VIEW_NULL (struct ged_view *)0
-#define GED_DM_VIEW_NULL (struct ged_dm_view *)0
-#define GED_OBJ_NULL (struct ged_obj *)0
+#define GED_NULL ((struct ged *)0)
+#define GED_DISPLAY_LIST_NULL ((struct ged_display_list *)0)
+#define GED_DRAWABLE_NULL ((struct ged_drawable *)0)
+#define GED_VIEW_NULL ((struct ged_view *)0)
+#define GED_DM_VIEW_NULL ((struct ged_dm_view *)0)
+#define GED_OBJ_NULL ((struct ged_obj *)0)
 
 #define GED_VIEW_OBJ_NULL ((struct view_obj *)0)
 #define GED_RESULT_NULL ((void *)0)
 
-#define GED_FUNC_PTR_NULL (ged_func_ptr)0
-#define GED_REFRESH_CALLBACK_PTR_NULL (ged_refresh_callback_ptr)0
+#define GED_FUNC_PTR_NULL ((ged_func_ptr)0)
+#define GED_REFRESH_CALLBACK_PTR_NULL ((ged_refresh_callback_ptr)0)
 
 #define GED_IDLE_MODE 0
 #define GED_ROTATE_MODE 1


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to