From 54a17c91d0c6be0979b18762edb8827817d20f88 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 1 Sep 1994 16:53:19 +0000 Subject: [PATCH] * gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): Make decls extern to keep native HP compiler quiet. --- gprof/ChangeLog | 5 +++++ gprof/gprof.h | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 39a6005..ebdc4dc 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -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 diff --git a/gprof/gprof.h b/gprof/gprof.h index 0d8a549..0ac4c14 100644 --- a/gprof/gprof.h +++ b/gprof/gprof.h @@ -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 -- 2.7.4