maint: use pragma consistently across replacement headers
[pspp] / lib / getopt.in.h
index 57a8e8992d98cd03cd5cbb1119b00e3dd56a7937..c90baa53cdb89fdf417fc4e6a6cf311d78283abf 100644 (file)
    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_GETOPT_H
-
 #if __GNUC__ >= 3
 @PRAGMA_SYSTEM_HEADER@
 #endif
 
+#ifndef _GL_GETOPT_H
+
 /* The include_next requires a split double-inclusion guard.  We must
    also inform the replacement unistd.h to not recursively use
    <getopt.h>; our definitions will be present soon enough.  */