From 1f2af700d2fcb176e4d2db6bd1e4556c1130eae1 Mon Sep 17 00:00:00 2001 From: ricroc Date: Tue, 31 May 2005 00:38:20 +0000 Subject: [PATCH] reorder OPT includes git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1308 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- H/Yap.h | 11 ++--------- m4/Yap.h.m4 | 4 ++-- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/H/Yap.h b/H/Yap.h index eb54de918..4dcd0de76 100644 --- a/H/Yap.h +++ b/H/Yap.h @@ -1,10 +1,3 @@ - - - - - - - /************************************************************************* * * * YAP Prolog %W% %G% * @@ -17,7 +10,7 @@ * File: Yap.h.m4 * * mods: * * comments: main header file for YAP * -* version: $Id: Yap.h,v 1.1 2005-05-27 22:27:06 rslopes Exp $ * +* version: $Id: Yap.h,v 1.2 2005-05-31 00:38:20 ricroc Exp $ * *************************************************************************/ #include "config.h" @@ -1278,8 +1271,8 @@ extern char emacs_tmp[], emacs_tmp2[]; #if defined(YAPOR) || defined(TABLING) #include "opt.structs.h" -#include "opt.macros.h" #include "opt.proto.h" +#include "opt.macros.h" #endif /* YAPOR || TABLING */ #if SBA diff --git a/m4/Yap.h.m4 b/m4/Yap.h.m4 index 173be3eab..b4057502c 100644 --- a/m4/Yap.h.m4 +++ b/m4/Yap.h.m4 @@ -10,7 +10,7 @@ * File: Yap.h.m4 * * mods: * * comments: main header file for YAP * -* version: $Id: Yap.h.m4,v 1.83 2005-05-25 21:43:33 vsc Exp $ * +* version: $Id: Yap.h.m4,v 1.84 2005-05-31 00:35:58 ricroc Exp $ * *************************************************************************/ #include "config.h" @@ -1031,8 +1031,8 @@ extern char emacs_tmp[], emacs_tmp2[]; #if defined(YAPOR) || defined(TABLING) #include "opt.structs.h" -#include "opt.macros.h" #include "opt.proto.h" +#include "opt.macros.h" #endif /* YAPOR || TABLING */ #if SBA