Revision: 51722
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51722&view=rev
Author:   n_reed
Date:     2012-07-30 19:40:27 +0000 (Mon, 30 Jul 2012)
Log Message:
-----------
remove reference to c99 __func__

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/STEPWrapper.h

Modified: brlcad/trunk/src/conv/step/STEPWrapper.h
===================================================================
--- brlcad/trunk/src/conv/step/STEPWrapper.h    2012-07-30 19:22:34 UTC (rev 
51721)
+++ brlcad/trunk/src/conv/step/STEPWrapper.h    2012-07-30 19:40:27 UTC (rev 
51722)
@@ -29,7 +29,7 @@
 #include "common.h"
 
 #ifdef DEBUG
-#define REPORT_ERROR(arg) std::cerr << __FILE__ << ":" << __LINE__ << ":" << 
__func__ << ":" << arg << std::endl
+#define REPORT_ERROR(arg) std::cerr << __FILE__ << ":" << __LINE__ << ":" << 
arg << std::endl
 #else
 #define REPORT_ERROR(arg)
 #endif

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to