summaryrefslogtreecommitdiff
path: root/descriptor/descriptor.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-01-02 22:08:25 -0800
committerJoshua Haberman <joshua@reverberate.org>2010-01-02 22:08:25 -0800
commit15604083c7323a1bcd7a591a6025aca98bd57fd2 (patch)
treeb96ec5e115fd0edd297f6c7f0de20d767e95729f /descriptor/descriptor.c
parentfa5710f1cad50ddd17605c73d4661acbf265a469 (diff)
Move string representations back upb.h -> upb_data.h.
Diffstat (limited to 'descriptor/descriptor.c')
-rw-r--r--descriptor/descriptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/descriptor/descriptor.c b/descriptor/descriptor.c
index aa5a000..61195b3 100644
--- a/descriptor/descriptor.c
+++ b/descriptor/descriptor.c
@@ -41,7 +41,7 @@ static char strdata[] =
"dpositive_int_valueservicestartstring_valuetypetype_nameuninterpreted_optionv"
"alue";
-static upb_norefcount_string strings[] = {
+static upb_static_string strings[] = {
UPB_STATIC_STRING_INIT_LEN(&strdata[0], 32),
UPB_STATIC_STRING_INIT_LEN(&strdata[32], 47),
UPB_STATIC_STRING_INIT_LEN(&strdata[79], 36),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback