libpurple/protocols/qq/packet_parse.c

changeset 25101
21cff7ac9fd2
parent 24352
871c27553af6
--- a/libpurple/protocols/qq/packet_parse.c	Thu Dec 11 04:03:27 2008 +0000
+++ b/libpurple/protocols/qq/packet_parse.c	Thu Dec 11 04:07:29 2008 +0000
@@ -32,11 +32,9 @@
 /* note:
  * 1, in these functions, 'b' stands for byte, 'w' stands for word, 'dw' stands for double word.
  * 2, we use '*cursor' and 'buf' as two addresses to calculate the length.
- * 3, change '0' to '1', if want to get more info about the packet parsing. */
+ * 3, change 'undef' to 'define' to get more info about the packet parsing. */
 
-#if 0
-#define PARSER_DEBUG
-#endif
+#undef PARSER_DEBUG
 
 /* read one byte from buf,
  * return the number of bytes read if succeeds, otherwise return -1 */

mercurial