Index: pyyaml/trunk/ext/_yaml.h
===================================================================
--- pyyaml/trunk/ext/_yaml.h	(revision 334)
+++ pyyaml/trunk/ext/_yaml.h	(revision 335)
@@ -4,5 +4,5 @@
 #if PY_MAJOR_VERSION < 3
 
-#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), 'strict')
+#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict")
 
 #else
