]> git.imager.perl.org - imager.git/commitdiff
- change the "double-include" protection macro that imio.h uses.
authorTony Cook <tony@develop=help.com>
Wed, 10 Nov 2004 02:08:23 +0000 (02:08 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 10 Nov 2004 02:08:23 +0000 (02:08 +0000)
Changes
imio.h

diff --git a/Changes b/Changes
index 1655250a969f552c0ab226185e61c7e33536174b..78308216c0f07bbe7676a5dc2a42c256c60b5f08 100644 (file)
--- a/Changes
+++ b/Changes
@@ -844,7 +844,7 @@ Revision history for Perl extension Imager.
           Resolves https://rt.cpan.org/Ticket/Display.html?id=7581
         - built 0.43_01 for testing
 
-0.43_02
+0.43_02 Mon 26 Oct 2004
 
 - the changes to scale() had some problems with integer vs floating point
   calculations (only caught in tests under perl 5.8.5 <sigh>)
@@ -878,6 +878,10 @@ Revision history for Perl extension Imager.
 - i_writegif_low() wasn't setting the returned global palette, which
   meant a rubbish palette was returned to the user (detected with valgrind)
 
+0.43_03
+
+- change the "double-include" protection macro that imio.h uses.
+
 =================================================================
 
         For latest versions check the Imager-devel pages:
diff --git a/imio.h b/imio.h
index aeb20f8720b05c703a12fa84c1f062a58b9a03d4..ffa70d0ddde67af309a307fae9a7ec9179f1f741 100644 (file)
--- a/imio.h
+++ b/imio.h
@@ -1,5 +1,5 @@
-#ifndef _IO_H_
-#define _IO_H_
+#ifndef IMIO_H_
+#define IMIO_H_
 #include <stdio.h>
 #include <sys/stat.h>
 #ifndef _MSC_VER