dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetC/include stdbool.h,NONE,1.1 Makefile.am


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetC/include stdbool.h,NONE,1.1 Makefile.am,1.6,1.7
Date: Fri, 27 Jun 2003 21:05:46 -0400

Update of /cvsroot/dotgnu-pnet/pnetC/include
In directory subversions:/tmp/cvs-serv16967/include

Modified Files:
        Makefile.am 
Added Files:
        stdbool.h 
Log Message:


Add the <stdbool.h> include file.


--- NEW FILE ---
/*
 * stdbool.h - Define the standard boolean type.
 *
 * This file is part of the Portable.NET C library.
 * Copyright (C) 2002  Southern Storm Software, Pty Ltd.
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

#ifndef _STDBOOL_H
#define _STDBOOL_H

#define bool  _Bool
#define true  1
#define false 0
#define __bool_true_false_are_defined 1

#endif  /* !_STDBOOL_H */

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetC/include/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** Makefile.am 17 Feb 2003 03:24:44 -0000      1.6
--- Makefile.am 28 Jun 2003 01:05:44 -0000      1.7
***************
*** 13,16 ****
--- 13,17 ----
                                         setjmp.h \
                                         stdarg.h \
+                                        stdbool.h \
                                         stddef.h \
                                         stdint.h \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]