Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / doc / extern-inline.texi
index 1519bc4..f3db555 100644 (file)
@@ -1,6 +1,6 @@
 @c GNU extern-inline module documentation
 
-@c Copyright (C) 2013 Free Software Foundation, Inc.
+@c Copyright (C) 2013-2014 Free Software Foundation, Inc.
 
 @c Permission is granted to copy, distribute and/or modify this document
 @c under the terms of the GNU Free Documentation License, Version 1.3
@@ -45,6 +45,9 @@ To avoid this code bloat, @file{aaa.h} can do this:
 @example
 /* aaa.h */
 /* #include any other headers here */
+#ifndef _GL_INLINE_HEADER_BEGIN
+ #error "Please include config.h first."
+#endif
 _GL_INLINE_HEADER_BEGIN
 #ifndef AAA_INLINE
 # define AAA_INLINE _GL_INLINE