1 2 3 4 5 6 7 8 9 10 11 12 13
|
# Copyright (C) 2007 Miriam Ruiz <little_miry@yahoo.es>
# Distributed under the same license as the original software. See debian/copyright.
Index: bulletml-0.0.6/d_cpp/d_cpp_interface.h
===================================================================
--- bulletml-0.0.6.orig/d_cpp/d_cpp_interface.h 2007-08-28 11:41:01.000000000 +0000
+++ bulletml-0.0.6/d_cpp/d_cpp_interface.h 2007-08-28 11:43:24.000000000 +0000
@@ -1,4 +1,4 @@
-#define D_CPP_CLASS(CLASS, CLASS_NAME) ;
+#define D_CPP_CLASS(CLASS, CLASS_NAME)
#define D_CPP_NEW_0(CLASS, NEW_NAME) \
CLASS* NEW_NAME() { \
|