Revision: 55881
http://sourceforge.net/p/brlcad/code/55881
Author: vladbogo
Date: 2013-06-27 15:00:33 +0000 (Thu, 27 Jun 2013)
Log Message:
-----------
Use __BEGIN_DECL and __END_DECL macros instead of extern "C".
Modified Paths:
--------------
brlcad/trunk/src/libdm/dm-qt.cpp
Modified: brlcad/trunk/src/libdm/dm-qt.cpp
===================================================================
--- brlcad/trunk/src/libdm/dm-qt.cpp 2013-06-27 14:27:10 UTC (rev 55880)
+++ brlcad/trunk/src/libdm/dm-qt.cpp 2013-06-27 15:00:33 UTC (rev 55881)
@@ -33,9 +33,8 @@
#include "vmath.h"
#include "dm.h"
-#ifdef __cplusplus
-extern "C"
-#endif
+__BEGIN_DECLS
+
struct dm *
qt_open(Tcl_Interp *interp, int argc, const char **argv)
{
@@ -54,6 +53,9 @@
return dmp;
}
+__END_DECLS
+
+
HIDDEN int
qt_close(struct dm *UNUSED(dmp))
{
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits