From c2419764856e5666bfa9e3c1b87de29ec93babe1 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 21 Dec 2009 10:48:01 -0800 Subject: In the midst of a major refactoring. --- src/upb_table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/upb_table.h') diff --git a/src/upb_table.h b/src/upb_table.h index 2202684..8250354 100644 --- a/src/upb_table.h +++ b/src/upb_table.h @@ -17,7 +17,7 @@ #include #include "upb.h" -#include "upb_string.h" +#include "upb_data.h" #ifdef __cplusplus extern "C" { @@ -39,7 +39,7 @@ struct upb_inttable_entry { // performance by letting us compare hashes before comparing lengths or the // strings themselves. struct upb_strtable_entry { - struct upb_string *key; // We own one ref. + struct upb_string *key; // We own a frozen ref. uint32_t next; // Internal chaining. }; -- cgit v1.2.3