* gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): Make
authorJeff Law <law@redhat.com>
Thu, 1 Sep 1994 16:53:19 +0000 (16:53 +0000)
committerJeff Law <law@redhat.com>
Thu, 1 Sep 1994 16:53:19 +0000 (16:53 +0000)
decls extern to keep native HP compiler quiet.

gprof/ChangeLog
gprof/gprof.h

index 39a600595c5f727a91952105ef63840bccf57aea..ebdc4dc861292a964f30a40a9604b0d4f72baeb3 100644 (file)
@@ -1,3 +1,8 @@
+Thu Sep  1 10:40:45 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): Make
+       decls extern to keep native HP compiler quiet.
+
 Tue Aug 30 11:12:13 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
 
        * gprof.c (funcsymbol): Ignore ___gnu_compiled as well as
index 0d8a5497e3fca553d6c661d84f41327243c6552d..0ac4c147d2022d6ebcef332301e60ea53239a08a 100644 (file)
@@ -205,12 +205,12 @@ struct stringlist {
     struct stringlist  *next;
     char               *string;
 };
-struct stringlist      *elist;
-struct stringlist      *Elist;
-struct stringlist      *flist;
-struct stringlist      *Flist;
-struct stringlist      *kfromlist;
-struct stringlist      *ktolist;
+extern struct stringlist       *elist;
+extern struct stringlist       *Elist;
+extern struct stringlist       *flist;
+extern struct stringlist       *Flist;
+extern struct stringlist       *kfromlist;
+extern struct stringlist       *ktolist;
 
     /*
      * function declarations
This page took 0.025434 seconds and 4 git commands to generate.