head	1.4;
access;
symbols
	release_4_2:1.4
	aix_ok:1.3
	Version_2_1:1.3
	Version_2:1.3
	C_Demo_1:1.3
	Retrieve_x_qual:1.2;
locks; strict;
comment	@ * @;


1.4
date	93.11.03.04.12.05;	author aoki;	state Exp;
branches;
next	1.3;

1.3
date	89.09.05.17.31.37;	author mao;	state Version_2;
branches;
next	1.2;

1.2
date	89.08.04.17.11.18;	author goh;	state Exp;
branches;
next	1.1;

1.1
date	89.07.25.12.09.45;	author goh;	state Exp;
branches;
next	;


desc
@@


1.4
log
@planner proto update
@
text
@/* ----------------------------------------------------------------
 *   FILE
 *	ordering.h
 *
 *   DESCRIPTION
 *	prototypes for ordering.c.
 *
 *   NOTES
 *	Automatically generated using mkproto
 *
 *   IDENTIFICATION
 *	$Header$
 * ----------------------------------------------------------------
 */

#ifndef orderingIncluded		/* include this file only once */
#define orderingIncluded	1

extern bool equal_path_path_ordering ARGS((LispValue path_ordering1, LispValue path_ordering2));
extern bool equal_path_merge_ordering ARGS((LispValue path_ordering, LispValue merge_ordering));
extern bool equal_merge_merge_ordering ARGS((LispValue merge_ordering1, LispValue merge_ordering2));

#endif /* orderingIncluded */
@


1.3
log
@Working version of C-only demo
@
text
@d1 14
a14 1
/* $Header: RCS/ordering.h,v 1.2 89/08/04 17:11:18 goh Exp $ */
d16 3
d22 2
@


1.2
log
@qualifications now work
@
text
@d1 1
a1 1
/* $Header:$ */
@


1.1
log
@Initial revision
@
text
@d1 2
@
