Commit de041d44 authored by Robert Edmonds's avatar Robert Edmonds

protobuf-c: __PROTOBUF_C_RUNTIME_H_ -> PROTOBUF_C_H

identifiers that begin with a double underscore are reserved.
parent 0df53ea0
......@@ -29,8 +29,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef __PROTOBUF_C_RUNTIME_H_
#define __PROTOBUF_C_RUNTIME_H_
#ifndef PROTOBUF_C_H
#define PROTOBUF_C_H
#include <assert.h>
#include <stddef.h>
......@@ -585,4 +585,4 @@ protobuf_c_service_invoke_internal(
PROTOBUF_C_END_DECLS
#endif /* __PROTOBUF_C_RUNTIME_H_ */
#endif /* PROTOBUF_C_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment