From 42abd6d7061306e2022e4cc43f5cde0127cc4fb0 Mon Sep 17 00:00:00 2001 From: lahiker42 Date: Sun, 1 Nov 2009 01:20:16 +0000 Subject: [PATCH] correction git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@196 00440858-1255-0410-a3e6-75ea37f81c3a --- ChangeLog | 2 -- 1 file changed, 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e525581..1ae44e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,6 @@ is the name of the member in the C structure. (Andrei Nigmatulin) - add protobuf_c_message_init() function; add virtual function that implements it efficiently. (Andrei Nigmatulin) - - support for --init-only command-line option to suppress generation - of unpack/pack functions. (Andrei Nigmatulin) 0.11: - allow CFLAGS=-DPRINT_UNPACK_ERRORS=0 to suppress