I'm pretty sure I posted this long ago, but I don't see that it's made it.
Fix typo in #undef in ceph-dencoder From: Alexandre Oliva <oliva@xxxxxxx> Signed-off-by: Alexandre Oliva <oliva@xxxxxxx> --- src/test/encoding/ceph_dencoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/encoding/ceph_dencoder.cc b/src/test/encoding/ceph_dencoder.cc index dbed6f5..690ef25 100644 --- a/src/test/encoding/ceph_dencoder.cc +++ b/src/test/encoding/ceph_dencoder.cc @@ -209,7 +209,7 @@ int main(int argc, const char **argv) #undef TYPEWITHSTRAYDATA #undef TYPE_FEATUREFUL #undef T_STR -#undef T_STRRINGIFY +#undef T_STRINGIFY vector<const char*> args; argv_to_vec(argc, argv, args);
-- Alexandre Oliva, freedom fighter http://FSFLA.org/~lxoliva/ You must be the change you wish to see in the world. -- Gandhi Be Free! -- http://FSFLA.org/ FSF Latin America board member Free Software Evangelist Red Hat Brazil Compiler Engineer