Skip to content
  • Matthew Woehlke's avatar
    FindGTest: Avoid macro name collision · e2cca9f8
    Matthew Woehlke authored
    Use two _'s for private function/macro names rather than one. This
    avoids a potential collision if a function/macro with no leading _ that
    otherwise matches the name of a private function/macro also overrides a
    built-in function or is defined twice.
    e2cca9f8