Compare commits
No commits in common. "dd99759e39f4dca537b63f8c7ec99dc2114fb455" and "bd310e62acfef34735ef50612433ce7ee9f7955a" have entirely different histories.
dd99759e39
...
bd310e62ac
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@
|
|||
#define CYTOPLASM_VERSION_BETA 0
|
||||
#define CYTOPLASM_VERSION_STABLE (!CYTOPLASM_VERSION_ALPHA && !CYTOPLASM_VERSION_BETA)
|
||||
|
||||
#define XSTRINGIFY(x) #x
|
||||
#define STRINGIFY(x) XSTRINGIFY(x)
|
||||
#define STRINGIFY(x) #x
|
||||
|
||||
/***
|
||||
* @Nm Cytoplasm
|
||||
|
|
Loading…
Reference in a new issue