Explorar o código

Merge pull request #320 from christoph-cullmann/master

avoid use of undefined ABSL_HAVE_ELF_MEM_IMAGE
Xiaoyi Zhang %!s(int64=7) %!d(string=hai) anos
pai
achega
bc9101f998
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      absl/debugging/internal/elf_mem_image.h

+ 1 - 1
absl/debugging/internal/elf_mem_image.h

@@ -34,7 +34,7 @@
 #define ABSL_HAVE_ELF_MEM_IMAGE 1
 #define ABSL_HAVE_ELF_MEM_IMAGE 1
 #endif
 #endif
 
 
-#if ABSL_HAVE_ELF_MEM_IMAGE
+#ifdef ABSL_HAVE_ELF_MEM_IMAGE
 
 
 #include <link.h>  // for ElfW
 #include <link.h>  // for ElfW