From 8bd26734844b5818bc94f501c115eef8b089b0ac Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 19 Jul 2020 11:37:23 +0200 Subject: [PATCH] shared: add _NM_DUMMY_STRUCT_FOR_TRAILING_SEMICOLON define Will be used next. --- shared/nm-std-aux/nm-std-aux.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/nm-std-aux/nm-std-aux.h b/shared/nm-std-aux/nm-std-aux.h index 26317c2c27..801851f9ba 100644 --- a/shared/nm-std-aux/nm-std-aux.h +++ b/shared/nm-std-aux/nm-std-aux.h @@ -58,6 +58,10 @@ /*****************************************************************************/ +#define _NM_DUMMY_STRUCT_FOR_TRAILING_SEMICOLON struct _nm_dummy_struct_for_trailing_semicolon + +/*****************************************************************************/ + #define NM_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2 #define NM_PASTE(identifier1,identifier2) NM_PASTE_ARGS (identifier1, identifier2)