commit 41452898735beea7f870324b323524dd9b07da4c
parent 59c0ad43340860b0bfa03d01972044f545ead57e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 12 Sep 2017 22:51:33 +0200
Revert "Remove a dead "define" directive"
This reverts commit 4a777f5e57eb03079d1080954f43e53143f3971c.
Diffstat:
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/ssol.h b/src/ssol.h
@@ -417,6 +417,20 @@ struct ssol_mc_receiver {
static const struct ssol_mc_receiver SSOL_MC_RECEIVER_NULL =
SSOL_MC_RECEIVER_NULL__;
+#define MC_RCV_NONE__ { \
+ { -1, -1, -1 }, \
+ { -1, -1, -1 }, \
+ { -1, -1, -1 }, \
+ { -1, -1, -1 }, \
+ { -1, -1, -1 }, \
+ { -1, -1, -1 }, \
+ { -1, -1, -1 }, \
+ { -1, -1, -1 }, \
+ { -1, -1, -1 }, \
+ { -1, -1, -1 }, \
+ 0, NULL, NULL \
+}
+
struct ssol_mc_shape {
/* Internal data */
size_t N__;