diff lib/math.in.h @ 13094:2ed0fc659db8

Emit #pragma system_header after the inclusion guard, not before.
author Bruno Haible <bruno@clisp.org>
date Tue, 30 Mar 2010 02:35:49 +0200
parents c7be8484e434
children 6b79b839590c
line wrap: on
line diff
--- a/lib/math.in.h
+++ b/lib/math.in.h
@@ -15,12 +15,12 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#ifndef _GL_MATH_H
+
 #if __GNUC__ >= 3
 @PRAGMA_SYSTEM_HEADER@
 #endif
 
-#ifndef _GL_MATH_H
-
 /* The include_next requires a split double-inclusion guard.  */
 #@INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ @NEXT_AS_FIRST_DIRECTIVE_MATH_H@