Revision: 42092
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42092&view=rev
Author:   brlcad
Date:     2011-01-11 22:10:11 +0000 (Tue, 11 Jan 2011)

Log Message:
-----------
remove trailing semi so uses have to have semi.  quiets warnings about ISO C 
not allowing floating semis outside of functions.

Modified Paths:
--------------
    brlcad/trunk/src/adrt/librender/render_internal.h

Modified: brlcad/trunk/src/adrt/librender/render_internal.h
===================================================================
--- brlcad/trunk/src/adrt/librender/render_internal.h   2011-01-11 22:08:40 UTC 
(rev 42091)
+++ brlcad/trunk/src/adrt/librender/render_internal.h   2011-01-11 22:10:11 UTC 
(rev 42092)
@@ -44,7 +44,7 @@
 #define RENDER_MAX_DEPTH       24
 
 
-#define RENDER_SHADER(name) BU_EXTERN(int render_##name##_init, (render_t *, 
const char *));
+#define RENDER_SHADER(name) BU_EXTERN(int render_##name##_init, (render_t *, 
const char *))
 
 struct render_s;
 typedef void render_work_t(struct render_s *render, struct tie_s *tie, struct 
tie_ray_s *ray, TIE_3 *pixel);


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to