summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c7dcaef)
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 <ijackson@chiark.greenend.org.uk>
/***** END of log functions *****/
/***** END of log functions *****/
+#define STRING2(x) #x
+#define STRING(x) STRING2(x)
+