configure.ac: now in 0.71cvs

*.c: lint-like changes. Tested on Sun's SUNPRO cc compiler.
     Removed feild initialization lingo (even if it is C99).
This commit is contained in:
rocky
2004-09-03 23:20:11 +00:00
parent 9eb10f8065
commit c1905e6879
17 changed files with 196 additions and 189 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: types.h,v 1.22 2004/08/06 00:55:14 rocky Exp $
$Id: types.h,v 1.23 2004/09/03 23:20:11 rocky Exp $
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -106,11 +106,11 @@ extern "C" {
{
false = 0,
true = 1
} _Bool;
} _cdio_Bool;
# define false false
# define true true
# define bool _Bool
# define bool _cdio_Bool
# endif
#endif