From 15604083c7323a1bcd7a591a6025aca98bd57fd2 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sat, 2 Jan 2010 22:08:25 -0800 Subject: Move string representations back upb.h -> upb_data.h. --- descriptor/descriptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'descriptor/descriptor.c') 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), -- cgit v1.2.3