]> git.vpit.fr Git - perl/modules/VPIT-XSHelpers.git/blobdiff - xsh/util.h
C++ compilers are officially not supported
[perl/modules/VPIT-XSHelpers.git] / xsh / util.h
index c4be169306c4c7255a4dffb99f74e4471bf39a66..599dbf4407e4cd63fca47549e44e6dc1e04d21ee 100644 (file)
 # define XSH_ASSERT(C)
 #endif
 
-#undef VOID2
-#ifdef __cplusplus
-# define VOID2(T, P) static_cast<T>(P)
-#else
-# define VOID2(T, P) (P)
-#endif
-
 #ifndef STMT_START
 # define STMT_START do
 #endif