File: d_cpp.patch

package info (click to toggle)
bulletml 0.0.6-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 928 kB
  • sloc: cpp: 7,706; xml: 810; perl: 184; makefile: 129; yacc: 125
file content (13 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (8)
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() { \