You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2010/08/31 00:05:11 UTC

svn commit: r990966 - /incubator/thrift/trunk/lib/erl/include/thrift_protocol.hrl

Author: dreiss
Date: Mon Aug 30 22:05:11 2010
New Revision: 990966

URL: http://svn.apache.org/viewvc?rev=990966&view=rev
Log:
erlang: Be a little more formal

Modified:
    incubator/thrift/trunk/lib/erl/include/thrift_protocol.hrl

Modified: incubator/thrift/trunk/lib/erl/include/thrift_protocol.hrl
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/erl/include/thrift_protocol.hrl?rev=990966&r1=990965&r2=990966&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/erl/include/thrift_protocol.hrl (original)
+++ incubator/thrift/trunk/lib/erl/include/thrift_protocol.hrl Mon Aug 30 22:05:11 2010
@@ -18,7 +18,7 @@
 %%
 
 -ifndef(THRIFT_PROTOCOL_INCLUDED).
--define(THRIFT_PROTOCOL_INCLUDED, yea).
+-define(THRIFT_PROTOCOL_INCLUDED, true).
 
 -record(protocol_message_begin, {name, type, seqid}).
 -record(protocol_struct_begin, {name}).