ports/math/octave-forge-sparsersb/files/patch-sparsersb.cc
Stephen Montgomery-Smith e57bc54102 - Update to 1.0.6.
- Unbreak.
2018-06-23 19:15:33 +00:00

11 lines
371 B
C++

--- sparsersb.cc.orig 2018-06-23 19:12:49 UTC
+++ sparsersb.cc
@@ -97,7 +97,7 @@
#define RSBOI_WARN( MSG )
#endif
#define RSBOI_TODO( MSG ) RSBOI_WARN( MSG )/* new */
-#define RSBOI_FIXME( MSG ) RSBOI_WARN( "FIXME: "MSG )/* new */
+#define RSBOI_FIXME( MSG ) RSBOI_WARN( "FIXME: " MSG )/* new */
#define RSBOI_PRINTF( ... ) printf( __VA_ARGS__ )
#if RSBOI_VERBOSE