From: Ian Jackson Date: Wed, 13 Jul 2011 22:53:55 +0000 (+0100) Subject: secnet.h: provide helpful STRING macro (for preprocessor stringification) X-Git-Tag: v0.2.0~30 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/commitdiff_plain/45cfab8ca7db61ce4677e2e77e76b9266c57ab12?hp=45cfab8ca7db61ce4677e2e77e76b9266c57ab12 secnet.h: provide helpful STRING macro (for preprocessor stringification) Uses preprocessor stringification; can be helpful for rendering compile-time constants (eg compile time limit macros) for messages, etc. Not used yet; will be used later in this series. Signed-off-by: Ian Jackson ---