Index: /issm/trunk-jpl/src/wrappers/ElementConnectivity/ElementConnectivity.h
===================================================================
--- /issm/trunk-jpl/src/wrappers/ElementConnectivity/ElementConnectivity.h	(revision 19716)
+++ /issm/trunk-jpl/src/wrappers/ElementConnectivity/ElementConnectivity.h	(revision 19717)
@@ -51,5 +51,4 @@
 /* serial output macros: */
 #define ELEMENTCONNECTIVITY pelementconnectivity,NULL,NULL
-#undef WRAPPER
 #define WRAPPER(modulename) extern "C" { int  ElementConnectivityModule(double** pelementconnectivity, int* elementsin, int* nodeconnectivityin, int nelsin, int nodsin, int widthin)
 #endif
Index: /issm/trunk-jpl/src/wrappers/NodeConnectivity/NodeConnectivity.h
===================================================================
--- /issm/trunk-jpl/src/wrappers/NodeConnectivity/NodeConnectivity.h	(revision 19716)
+++ /issm/trunk-jpl/src/wrappers/NodeConnectivity/NodeConnectivity.h	(revision 19717)
@@ -51,5 +51,4 @@
 /* serial output macros: */
 #define CONNECTIVITY pconnectivity,pnods,pwidth
-#undef WRAPPER
 #define WRAPPER(modulename) extern "C" { int  NodeConnectivityModule(double** pconnectivity, int* pnods, int *pwidth, int* elementsin, int nelsin, int nodsin)
 #endif
Index: /issm/trunk-jpl/src/wrappers/TriMesh/TriMesh.h
===================================================================
--- /issm/trunk-jpl/src/wrappers/TriMesh/TriMesh.h	(revision 19716)
+++ /issm/trunk-jpl/src/wrappers/TriMesh/TriMesh.h	(revision 19717)
@@ -71,5 +71,4 @@
 #define SEGMENTS          psegments,pnsegs
 #define SEGMENTMARKERLIST psegmentmarkers,pnsegs
-#undef WRAPPER
 #define WRAPPER(modulename) extern "C" { int  TriMeshModule(double** pindex, double** px, double** py, int* pnel, int* pnods, double** psegments, double** psegmentmarkers, int* pnsegs, double* domainx, double* domainy, int domainnods, double areain)
 #define _DO_NOT_LOAD_GLOBALS_//we only load globals for TriMeshModule.js, not other modules!
Index: /issm/trunk-jpl/src/wrappers/javascript/include/wrapper_macros.h
===================================================================
--- /issm/trunk-jpl/src/wrappers/javascript/include/wrapper_macros.h	(revision 19716)
+++ /issm/trunk-jpl/src/wrappers/javascript/include/wrapper_macros.h	(revision 19717)
@@ -34,7 +34,4 @@
 	}
 /*}}}*/
-/* WRAPPER {{{*/
-#define WRAPPER(modulename,...) extern "C" { int  modulename##Module(__VA_ARGS__) 
-/*}}}*/
 /* CHECKARGUMENTS {{{*/
 #define CHECKARGUMENTS(NLHS,NRHS,functionpointer)  //do nothing, we are not creating a dynamic library here!
