updated code and docs

This commit is contained in:
2009-06-08 07:09:14 +00:00
parent cc1438a2cf
commit ca2bb6155a
10 changed files with 40 additions and 29 deletions

View File

@ -1,8 +1,5 @@
/* include/qse/config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* Define to 1 if you have the `atan' function. */
#undef HAVE_ATAN
@ -333,15 +330,3 @@
/* Version number of package */
#undef VERSION
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif

View File

@ -1,5 +1,5 @@
/*
* $Id: Sed.hpp 127 2009-05-07 13:15:04Z baconevi $
* $Id: Sed.hpp 191 2009-06-07 13:09:14Z hyunghwan.chung $
*
Copyright 2006-2009 Chung, Hyung-Hwan.

View File

@ -1,5 +1,5 @@
/*
* $Id: Sed.hpp 127 2009-05-07 13:15:04Z baconevi $
* $Id: StdSed.hpp 191 2009-06-07 13:09:14Z hyunghwan.chung $
*
Copyright 2006-2009 Chung, Hyung-Hwan.

View File

@ -1,5 +1,5 @@
/*
* $Id$
* $Id: sed.h 191 2009-06-07 13:09:14Z hyunghwan.chung $
*
Copyright 2006-2009 Chung, Hyung-Hwan.