From: David Reiss Date: Mon, 30 Aug 2010 22:05:11 +0000 (+0000) Subject: erlang: Be a little more formal X-Git-Tag: 0.5.0~139 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=3e81fff832395e24fa3e12ac09bfb6cb8dd570bd;p=common%2Fthrift.git erlang: Be a little more formal git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990966 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/erl/include/thrift_protocol.hrl b/lib/erl/include/thrift_protocol.hrl index f4e1901f..fa95acf4 100644 --- a/lib/erl/include/thrift_protocol.hrl +++ b/lib/erl/include/thrift_protocol.hrl @@ -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}).