Compare commits
2 commits
bd310e62ac
...
dd99759e39
Author | SHA1 | Date | |
---|---|---|---|
dd99759e39 | |||
|
5fac67a674 |
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@
|
||||||
#define CYTOPLASM_VERSION_BETA 0
|
#define CYTOPLASM_VERSION_BETA 0
|
||||||
#define CYTOPLASM_VERSION_STABLE (!CYTOPLASM_VERSION_ALPHA && !CYTOPLASM_VERSION_BETA)
|
#define CYTOPLASM_VERSION_STABLE (!CYTOPLASM_VERSION_ALPHA && !CYTOPLASM_VERSION_BETA)
|
||||||
|
|
||||||
#define STRINGIFY(x) #x
|
#define XSTRINGIFY(x) #x
|
||||||
|
#define STRINGIFY(x) XSTRINGIFY(x)
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* @Nm Cytoplasm
|
* @Nm Cytoplasm
|
||||||
|
|
Loading…
Reference in a new issue