collect hcomp() in "hcomp.h"

This commit is contained in:
rlar 2010-10-16 15:47:16 +00:00
parent 320258dbd2
commit b22f75c9f4
4 changed files with 7 additions and 3 deletions

View File

@ -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 ,

View File

@ -1,6 +1,6 @@
#include <cpdefs.h>
#include <string.h>
#include "fteext.h"
#include "hcomp.h"
int
hcomp(const void *a, const void *b)

View File

@ -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

View File

@ -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 */