summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/pdf/pdfpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/pdf/pdfpage.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/pdf/pdfpage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/pdf/pdfpage.h b/Build/source/texk/web2c/luatexdir/pdf/pdfpage.h
index aff5e0201e1..dce2c76ff6f 100644
--- a/Build/source/texk/web2c/luatexdir/pdf/pdfpage.h
+++ b/Build/source/texk/web2c/luatexdir/pdf/pdfpage.h
@@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License along
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
-/* $Id: pdfpage.h 2336 2009-04-19 08:38:24Z hhenkel $ */
+/* $Id: pdfpage.h 2448 2009-06-08 07:43:50Z taco $ */
#ifndef PDFPAGE_H
# define PDFPAGE_H
@@ -45,10 +45,10 @@ typedef enum { WMODE_H, WMODE_V } writing_mode; /* []TJ runs horizontal or verti
# define setpdffloat(a,b,c) {(a).m = (b); (a).e = (c);}
-#ifdef hz
+# ifdef hz
/* AIX 4.3 defines hz as 100 in system headers */
-#undef hz
-#endif
+# undef hz
+# endif
typedef struct {
pdfpos pdf; /* pos. on page (PDF page raster) */