Browse Source

collect hcomp() in "hcomp.h"

pre-master-46
rlar 16 years ago
parent
commit
b22f75c9f4
  1. 6
      ChangeLog
  2. 2
      src/frontend/hcomp.c
  3. 1
      src/frontend/misccoms.c
  4. 1
      src/include/fteext.h

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

2
src/frontend/hcomp.c

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

1
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

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

Loading…
Cancel
Save