Version 2.5.0 has the following line in a couple of places in 
repeated_field.h:

MessageLite* null = NULL;


My gnu-based compiler doesn't like this as it thinks 'null' is a constant.

If I rename 'null' as 'narl' then it's OK.

Is 'null' a valid variable name?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to