From 8a27fa9c617533e76673ce61a65e2ba869b52208 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 31 Aug 2020 20:07:13 -0400 Subject: add upstream 11.1 --- zen/warn_static.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'zen/warn_static.h') diff --git a/zen/warn_static.h b/zen/warn_static.h index d5f78b5d..86b4ec32 100644 --- a/zen/warn_static.h +++ b/zen/warn_static.h @@ -7,12 +7,10 @@ #ifndef WARN_STATIC_H_08724567834560832745 #define WARN_STATIC_H_08724567834560832745 -/* - Portable Compile-Time Warning +/* Portable Compile-Time Warning ----------------------------- Usage: - warn_static("my message") -*/ + warn_static("my message") */ #define ZEN_STRINGIZE_STRING(NUM) #NUM #define ZEN_STRINGIZE_NUMBER(NUM) ZEN_STRINGIZE_STRING(NUM) -- cgit