copyright header in OPTYap files
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1315 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
/* -------------------------------------- **
|
||||
** Prototypes for opt.*.c files **
|
||||
** -------------------------------------- */
|
||||
/**********************************************************************
|
||||
|
||||
The OPTYap Prolog system
|
||||
OPTYap extends the Yap Prolog system to support or-parallel tabling
|
||||
|
||||
Copyright: R. Rocha and NCC - University of Porto, Portugal
|
||||
File: opt.proto.h
|
||||
version: $Id: opt.proto.h,v 1.7 2005-05-31 08:24:24 ricroc Exp $
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
/* -------------- **
|
||||
** opt.memory.c **
|
||||
@@ -51,11 +58,6 @@ void finish_yapor(void);
|
||||
#endif /* YAPOR */
|
||||
|
||||
|
||||
|
||||
/* -------------------------------------- **
|
||||
** Prototypes for tab.*.c files **
|
||||
** -------------------------------------- */
|
||||
|
||||
/* ------------- **
|
||||
** tab.tries.c **
|
||||
** ------------- */
|
||||
@@ -85,11 +87,6 @@ void resume_suspension_frame(susp_fr_ptr resume_fr, or_fr_ptr top_or_fr);
|
||||
#endif /* TABLING && YAPOR */
|
||||
|
||||
|
||||
|
||||
/* ------------------------------------- **
|
||||
** Prototypes for or.*.c files **
|
||||
** ------------------------------------- */
|
||||
|
||||
/* ------------- **
|
||||
** or.engine.c **
|
||||
** ------------- */
|
||||
|
Reference in New Issue
Block a user