Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6d0be72
)
erlang: Be a little more formal
author
David Reiss
<dreiss@apache.org>
Mon, 30 Aug 2010 22:05:11 +0000
(22:05 +0000)
committer
David Reiss
<dreiss@apache.org>
Mon, 30 Aug 2010 22:05:11 +0000
(22:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990966
13f79535
-47bb-0310-9956-
ffa450edef68
lib/erl/include/thrift_protocol.hrl
patch
|
blob
|
history
diff --git
a/lib/erl/include/thrift_protocol.hrl
b/lib/erl/include/thrift_protocol.hrl
index
f4e1901
..
fa95acf
100644
(file)
--- 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}).