Internal change to syncing (glob the "compiler" dir)

PiperOrigin-RevId: 485442033
pull/10877/head
Joshua Haberman 2 years ago committed by Copybara-Service
parent 15406e1d60
commit 42cc7c62b6
  1. 2
      ruby/ext/google/protobuf_c/message.c

@ -1300,7 +1300,7 @@ VALUE build_module_from_enumdesc(VALUE _enumdesc) {
return mod;
}
// Internal only; used by Google::Protobuf.deep_copy.
// Internal to the library; used by Google::Protobuf.deep_copy.
upb_Message* Message_deep_copy(const upb_Message* msg, const upb_MessageDef* m,
upb_Arena* arena) {
// Serialize and parse.

Loading…
Cancel
Save