With v5.25.11-59-g7335cb8 I added an include guard. PERL_UTIL_H_,
but added it to util.c rather than util.h.
I am not a smart man....
* dieing stuff, plus wrappers for malloc code.
*/
-#ifndef PERL_UTIL_H_
-#define PERL_UTIL_H_
-
-
#include "EXTERN.h"
#define PERL_IN_UTIL_C
#include "perl.h"
#endif
-#endif /* PERL_UTIL_H_ */
-
/*
* ex: set ts=8 sts=4 sw=4 et:
*/
*
*/
+#ifndef PERL_UTIL_H_
+#define PERL_UTIL_H_
+
+
#ifdef VMS
# define PERL_FILE_IS_ABSOLUTE(f) \
(*(f) == '/' \
((char *) memmem(big, bigend - big, little, lend - little))
#endif
+#endif /* PERL_UTIL_H_ */
+
/*
* ex: set ts=8 sts=4 sw=4 et:
*/