Revision: 57190
http://sourceforge.net/p/brlcad/code/57190
Author: starseeker
Date: 2013-08-28 02:13:54 +0000 (Wed, 28 Aug 2013)
Log Message:
-----------
Ah, right, gcc doesn't like C++ comments in C
Modified Paths:
--------------
brlcad/trunk/src/librt/search.c
Modified: brlcad/trunk/src/librt/search.c
===================================================================
--- brlcad/trunk/src/librt/search.c 2013-08-28 02:12:59 UTC (rev 57189)
+++ brlcad/trunk/src/librt/search.c 2013-08-28 02:13:54 UTC (rev 57190)
@@ -2285,7 +2285,7 @@
if (!search_path_strings || !search_path_strings[0])
search_path_strings = db_get_top_objs(wdbp);
const char *curr_path = search_path_strings[0];
while (curr_path) {
- // search
+ /* search */
struct db_node_t curr_node;
struct directory *curr_dp = db_lookup
if (dp) {
@@ -2313,7 +2313,7 @@
if (!search_path_strings || !search_path_strings[0])
search_path_strings = db_get_top_objs(wdbp);
break;
case DB_SEARCH_FLAT:
- // for loop
+ /* for loop */
break;
default:
break;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits