summaryrefslogtreecommitdiff
path: root/math/rapid/files/patch-collide.C
diff options
context:
space:
mode:
Diffstat (limited to 'math/rapid/files/patch-collide.C')
-rw-r--r--math/rapid/files/patch-collide.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/rapid/files/patch-collide.C b/math/rapid/files/patch-collide.C
new file mode 100644
index 000000000000..cb97df07f5d4
--- /dev/null
+++ b/math/rapid/files/patch-collide.C
@@ -0,0 +1,11 @@
+--- collide.C.orig 2018-05-16 10:58:09 UTC
++++ collide.C
+@@ -42,7 +42,7 @@
+
+ #include "RAPID_version.H"
+
+-static char rapidtag_data[] = "RAPIDTAG file: "__FILE__" date: "__DATE__" time: "__TIME__;
++static char rapidtag_data[] = "RAPIDTAG file: " __FILE__ " date: " __DATE__ " time: " __TIME__;
+
+ // to silence the compiler's complaints about unreferenced identifiers.
+ static void r1(char *f){ r1(f); r1(rapidtag_data); r1(rapid_version);}