src/common.h : Move code around to make comments make sense.

This commit is contained in:
Erik de Castro Lopo 2010-08-18 20:14:09 +10:00
parent e00521cea3
commit b7e1eb5b86
2 changed files with 16 additions and 13 deletions

View File

@ -1,3 +1,8 @@
2010-08-18 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/common.h
Move code around to make comments make sense.
2010-08-02 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/flac.c

View File

@ -226,6 +226,17 @@ make_size_t (int x)
{ return (size_t) x ;
} /* size_t_of_int */
typedef struct
{ int size ;
SF_BROADCAST_INFO binfo ;
} PSF_BROADCAST_VAR ;
#if SIZEOF_WCHAR_T == 2
typedef wchar_t sfwchar_t ;
#else
typedef int16_t sfwchar_t ;
#endif
/*
** This version of isprint specifically ignores any locale info. Its used for
** determining which characters can be printed in things like hexdumps.
@ -241,19 +252,6 @@ psf_isprint (int ch)
** contents.
*/
typedef struct
{ int size ;
SF_BROADCAST_INFO binfo ;
} PSF_BROADCAST_VAR ;
#if SIZEOF_WCHAR_T == 2
typedef wchar_t sfwchar_t ;
#else
typedef int16_t sfwchar_t ;
#endif
typedef struct
{
union