cd0d3f081ff261f36b65ec1016d859ce3d50cb14 chmalee Mon Apr 19 14:29:28 2021 -0700 Add -fno-common to library makefiles to fix common extern variable definition errors diff --git src/hg/inc/hapmapSnps.h src/hg/inc/hapmapSnps.h index 90dd756..a4e4199 100644 --- src/hg/inc/hapmapSnps.h +++ src/hg/inc/hapmapSnps.h @@ -86,24 +86,24 @@ #define HAP_FILTER_DEFAULT "no filter" #define HAP_MIN_FREQ_DEFAULT "0.0" #define HAP_MAX_FREQ_DEFAULT "0.5" #define HAP_MIN_HET_DEFAULT "0.0" #define HAP_MAX_EXPECTED_HET_DEFAULT "0.5" #define HAP_MAX_OBSERVED_HET_DEFAULT "1.0" #define HAP_ORTHO_QUAL_DEFAULT "0" #define HAP_PHASEII_POPCOUNT 4 #define HAP_PHASEIII_POPCOUNT 11 #define HAP_ORTHO_COUNT 2 -char *hapmapPhaseIIPops[HAP_PHASEII_POPCOUNT]; -char *hapmapPhaseIIIPops[HAP_PHASEIII_POPCOUNT]; +extern char *hapmapPhaseIIPops[HAP_PHASEII_POPCOUNT]; +extern char *hapmapPhaseIIIPops[HAP_PHASEIII_POPCOUNT]; /* Someday this should come from a trackDb setting: */ extern char *hapmapOrthoSpecies[HAP_ORTHO_COUNT+1]; #endif /* HAPMAPSNPS_H */