From ae42d770d0c5aef4f4c4fc6cc5ee0a9b5b3d3219 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 16 Nov 2017 19:40:52 +0100 Subject: [PATCH] HACK: cp src/iostream.h back so IO package compiles --- src/iostream.h | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) mode change 120000 => 100644 src/iostream.h diff --git a/src/iostream.h b/src/iostream.h deleted file mode 120000 index 276399e579d..00000000000 --- a/src/iostream.h +++ /dev/null @@ -1 +0,0 @@ -general/iostream.h \ No newline at end of file diff --git a/src/iostream.h b/src/iostream.h new file mode 100644 index 00000000000..d4f8a35edfc --- /dev/null +++ b/src/iostream.h @@ -0,0 +1,32 @@ +/**************************************************************************** +** +*W iostream.h GAP source Steve Linton +** +** +*Y Copyright (C) 1996, Lehrstuhl D für Mathematik, RWTH Aachen, Germany +*Y (C) 1998 School Math and Comp. Sci., University of St Andrews, Scotland +*Y Copyright (C) 2002 The GAP Group +** +** This file declares the functions for the floating point package +*/ + +#ifndef GAP_IOSTREAM_H +#define GAP_IOSTREAM_H + +// Provide a feature macro to let libraries check if GAP supports +// CheckChildStatusChanged. +#define GAP_HasCheckChildStatusChanged + +int CheckChildStatusChanged(int childPID, int status); + +/*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * * +*/ + +/**************************************************************************** +** +*F InitInfoFloat() . . . . . . . . . . . . . . . . . table of init functions +*/ +StructInitInfo * InitInfoIOStream ( void ); + + +#endif // GAP_IOSTREAM_H