From b1d98f797dec067cb43b9e27f1245f4be796d351 Mon Sep 17 00:00:00 2001 From: crunchy Date: Fri, 13 Sep 2002 07:00:46 +0000 Subject: bug fix --- mpiosh/mpiosh.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'mpiosh/mpiosh.h') diff --git a/mpiosh/mpiosh.h b/mpiosh/mpiosh.h index 2916cbb..a26c911 100644 --- a/mpiosh/mpiosh.h +++ b/mpiosh/mpiosh.h @@ -2,7 +2,7 @@ * * Author: Andreas Büsching * - * $Id: mpiosh.h,v 1.1 2002/09/12 18:49:36 crunchy Exp $ + * $Id: mpiosh.h,v 1.2 2002/09/13 07:00:46 crunchy Exp $ * * Copyright (C) 2002 Andreas Büsching * @@ -24,14 +24,6 @@ #ifndef _MPIOSH_H_ #define _MPIOSH_H_ -#if !defined TRUE -# define TRUE 1 -#endif - -#if !defined FALSE -# define FALSE 1 -#endif - typedef void(*cmd_callback)(char *args[]); typedef struct { -- cgit v1.2.3