From 13587f41c296dc954e0253603418d20be26d5b26 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 29 Apr 2002 20:56:19 +0000 Subject: Re-import the *current* version of Matthias's code, with appropriate buffer limiting fixes, include "flstring.h" instead of , and replace all use of bool, true, and false, with char, 1, and 0. (bool is not universally supported by the C++ compilers we currently use with FLTK 1.x, so 1.x cannot use bool, true, or false without a lot of configure crap that will make use/distribution a lot more difficult...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2132 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/flstring.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/flstring.h') diff --git a/src/flstring.h b/src/flstring.h index 042c60464..f92404a5a 100644 --- a/src/flstring.h +++ b/src/flstring.h @@ -1,5 +1,5 @@ /* - * "$Id: flstring.h,v 1.1.2.4 2002/03/28 16:57:41 easysw Exp $" + * "$Id: flstring.h,v 1.1.2.5 2002/04/29 20:56:19 easysw Exp $" * * Common string header file for the Fast Light Tool Kit (FLTK). * @@ -32,6 +32,7 @@ # ifdef HAVE_STRINGS_H # include # endif /* HAVE_STRINGS_H */ +# include /* * Apparently Unixware defines "index" to strchr (!) rather than @@ -71,5 +72,5 @@ extern int fl_vsnprintf(char *, size_t, const char *, va_list ap); #endif /* !flstring_h */ /* - * End of "$Id: flstring.h,v 1.1.2.4 2002/03/28 16:57:41 easysw Exp $". + * End of "$Id: flstring.h,v 1.1.2.5 2002/04/29 20:56:19 easysw Exp $". */ -- cgit v1.2.3