X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmbfile.h;h=ecb8478ee5ffb34abdc7cc2774227bc51fd8af91;hb=1276a2c5f24c0c932426aca9c899fa524d2443f2;hp=065b85666e4554fb8c5eaa12d54447fd23b79bd1;hpb=664a18513b61e82c49ed41b41edd752020b2cc42;p=gnulib.git diff --git a/lib/mbfile.h b/lib/mbfile.h index 065b85666..ecb8478ee 100644 --- a/lib/mbfile.h +++ b/lib/mbfile.h @@ -1,5 +1,5 @@ /* Multibyte character I/O: macros for multi-byte encodings. - Copyright (C) 2001, 2005, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2001, 2005, 2009-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -62,6 +62,9 @@ #include "mbchar.h" +#ifndef _GL_INLINE_HEADER_BEGIN + #error "Please include config.h first." +#endif _GL_INLINE_HEADER_BEGIN #ifndef MBFILE_INLINE # define MBFILE_INLINE _GL_INLINE @@ -244,6 +247,9 @@ typedef mbchar_t mbf_char_t; #define mb_iseof(mbc) ((mbc).bytes == 0) +#ifndef _GL_INLINE_HEADER_BEGIN + #error "Please include config.h first." +#endif _GL_INLINE_HEADER_BEGIN #endif /* _MBFILE_H */