2
0

Added version into compiled binary.

This commit is contained in:
Maarten Billemont
2017-08-08 00:00:14 -04:00
parent ee50a4d025
commit b1985a2bf2
3 changed files with 25 additions and 8 deletions

View File

@@ -85,6 +85,12 @@ extern int mpw_verbosity;
#ifndef ERR
#define ERR -1
#endif
#ifndef stringify
#define stringify(s) #s
#endif
#ifndef stringify_def
#define stringify_def(s) stringify(s)
#endif
//// Buffers and memory.