collect hcomp() in "hcomp.h"
This commit is contained in:
parent
320258dbd2
commit
b22f75c9f4
|
|
@ -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
|
2010-10-16 Robert Larice
|
||||||
* src/frontend/error.h ,
|
* src/frontend/error.h ,
|
||||||
* src/frontend/hpgl.c ,
|
* src/frontend/hpgl.c ,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#include <cpdefs.h>
|
#include <cpdefs.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "fteext.h"
|
#include "hcomp.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
hcomp(const void *a, const void *b)
|
hcomp(const void *a, const void *b)
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
|
||||||
#include "hlpdefs.h"
|
#include "hlpdefs.h"
|
||||||
#include "misccoms.h"
|
#include "misccoms.h"
|
||||||
#include "circuits.h"
|
#include "circuits.h"
|
||||||
#include "hcomp.h"
|
|
||||||
#include "variable.h"
|
#include "variable.h"
|
||||||
|
|
||||||
#ifdef HAVE_GNUREADLINE
|
#ifdef HAVE_GNUREADLINE
|
||||||
|
|
|
||||||
|
|
@ -273,7 +273,6 @@ extern void com_ghelp(wordlist *wl);
|
||||||
extern void com_help(wordlist *wl);
|
extern void com_help(wordlist *wl);
|
||||||
extern void com_quit(wordlist *wl);
|
extern void com_quit(wordlist *wl);
|
||||||
extern void com_version(wordlist *wl);
|
extern void com_version(wordlist *wl);
|
||||||
extern int hcomp(const void *a, const void *b);
|
|
||||||
extern void com_where(wordlist *wl);
|
extern void com_where(wordlist *wl);
|
||||||
|
|
||||||
/* mw_coms.c */
|
/* mw_coms.c */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue