STYLE: relocate STRING_QUOTE macro to macros.H

This commit is contained in:
Mark Olesen
2018-08-02 16:26:25 +02:00
parent b056202ecf
commit 0e996431b7
3 changed files with 10 additions and 11 deletions

View File

@ -25,11 +25,7 @@ License
#include "ensightGeoFile.H"
#include "foamVersion.H"
// Macros to stringify macro contents.
#define STRINGIFY(content) #content
#define STRING_QUOTE(input) STRINGIFY(input)
#include "macros.H"
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //