Eliminate literal line numbers in so-impl-ld.exp
[deliverable/binutils-gdb.git] / gprof / hist.h
index 3facb5ad2269dfc9a4a411a1cdf024c6cca58c4f..e6dd75bb1aaa153b0b65efec3f40850dd597891c 100644 (file)
@@ -1,6 +1,6 @@
 /* hist.h
 
-   Copyright 2000, 2001, 2002, 2004, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2000-2014 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -30,8 +30,8 @@ typedef struct histogram
   int *sample;           /* Histogram samples (shorts in the file!).  */
 } histogram;
 
-histogram *histograms;
-unsigned num_histograms;
+extern histogram * histograms;
+extern unsigned    num_histograms;
 
 /* Scale factor converting samples to pc values:
    each sample covers HIST_SCALE bytes.  */
This page took 0.048924 seconds and 4 git commands to generate.