diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-14 16:04:48 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-14 16:04:48 +0100 |
commit | 693e59c6a4e47b5ee3d0422c6cdb9527d32491c0 (patch) | |
tree | 91a1ab3710a58e8996345f0de21ccb9ee9cbaa63 /src/CompositeChat.cpp | |
parent | Added Noreturn attribtes to a couple of functions and made a missing noreturn an error (diff) | |
parent | Merge pull request #805 from worktycho/undef (diff) | |
download | cuberite-693e59c6a4e47b5ee3d0422c6cdb9527d32491c0.tar cuberite-693e59c6a4e47b5ee3d0422c6cdb9527d32491c0.tar.gz cuberite-693e59c6a4e47b5ee3d0422c6cdb9527d32491c0.tar.bz2 cuberite-693e59c6a4e47b5ee3d0422c6cdb9527d32491c0.tar.lz cuberite-693e59c6a4e47b5ee3d0422c6cdb9527d32491c0.tar.xz cuberite-693e59c6a4e47b5ee3d0422c6cdb9527d32491c0.tar.zst cuberite-693e59c6a4e47b5ee3d0422c6cdb9527d32491c0.zip |
Diffstat (limited to 'src/CompositeChat.cpp')
-rw-r--r-- | src/CompositeChat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompositeChat.cpp b/src/CompositeChat.cpp index 19ed30d78..a917ee70f 100644 --- a/src/CompositeChat.cpp +++ b/src/CompositeChat.cpp @@ -10,7 +10,7 @@ -#if SELF_TEST +#ifdef SELF_TEST /** A simple self-test that verifies that the composite chat parser is working properly. */ class SelfTest_CompositeChat |