From d16038073629b3f89acabfbd2f2d9911b2a771d4 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 27 Nov 2009 14:21:19 -0800 Subject: Update upbc to use self-describing upb_msg instead of void*. --- src/upb_context.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/upb_context.h') diff --git a/src/upb_context.h b/src/upb_context.h index b223b40..77c2db8 100644 --- a/src/upb_context.h +++ b/src/upb_context.h @@ -41,9 +41,9 @@ struct upb_symtab_entry { struct upb_context { upb_atomic_refcount_t refcount; upb_rwlock_t lock; - struct upb_strtable symtab; /* The context's symbol table. */ - struct upb_strtable psymtab; /* Private symbols, for internal use. */ - struct upb_msgdef *fds_msg; /* In psymtab, ptr here for convenience. */ + struct upb_strtable symtab; /* The context's symbol table. */ + struct upb_strtable psymtab; /* Private symbols, for internal use. */ + struct upb_msgdef *fds_msgdef; /* In psymtab, ptr here for convenience. */ /* A list of the FileDescriptorProtos we own (from having parsed them * ourselves) and must free on destruction. */ -- cgit v1.2.3