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

Log Message:
-----------
Added RT_APPLICATION_NULL macro.

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

Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h     2011-04-29 20:07:54 UTC (rev 44536)
+++ brlcad/trunk/include/raytrace.h     2011-04-29 20:10:32 UTC (rev 44537)
@@ -1671,6 +1671,7 @@
     int b_return;
 };
 
+#define RT_APPLICATION_NULL ((struct application *)0)
 #define RT_AFN_NULL    ((int (*)(struct application *, struct partition *, 
struct region *, struct region *, struct partition *))NULL)
 #define RT_CK_AP(_p)   BU_CKMAG(_p, RT_AP_MAGIC, "struct application")
 #define RT_CK_APPLICATION(_p)  BU_CKMAG(_p, RT_AP_MAGIC, "struct application")


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