From b22f75c9f4407c06e8e1be68f41114928f202ba0 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 16 Oct 2010 15:47:16 +0000 Subject: [PATCH] collect hcomp() in "hcomp.h" --- ChangeLog | 6 ++++++ src/frontend/hcomp.c | 2 +- src/frontend/misccoms.c | 1 - src/include/fteext.h | 1 - 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d0cc6c6e7..5937e6561 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-16 Robert Larice + * src/frontend/hcomp.c , + * src/frontend/misccoms.c , + * src/include/fteext.h : + collect hcomp() in "hcomp.h" + 2010-10-16 Robert Larice * src/frontend/error.h , * src/frontend/hpgl.c , diff --git a/src/frontend/hcomp.c b/src/frontend/hcomp.c index cfe519b3d..86a946188 100644 --- a/src/frontend/hcomp.c +++ b/src/frontend/hcomp.c @@ -1,6 +1,6 @@ #include #include -#include "fteext.h" +#include "hcomp.h" int hcomp(const void *a, const void *b) diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index f01cd9179..c71734c34 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -11,7 +11,6 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group #include "hlpdefs.h" #include "misccoms.h" #include "circuits.h" -#include "hcomp.h" #include "variable.h" #ifdef HAVE_GNUREADLINE diff --git a/src/include/fteext.h b/src/include/fteext.h index 494019223..e1be277e3 100644 --- a/src/include/fteext.h +++ b/src/include/fteext.h @@ -273,7 +273,6 @@ extern void com_ghelp(wordlist *wl); extern void com_help(wordlist *wl); extern void com_quit(wordlist *wl); extern void com_version(wordlist *wl); -extern int hcomp(const void *a, const void *b); extern void com_where(wordlist *wl); /* mw_coms.c */