Tweak the constants used in testing to constants that Win32 also has.
[p5sagit/p5-mst-13.2.git] / utfebcdic.h
index c2ecc14..8659b19 100644 (file)
@@ -1,6 +1,6 @@
 /*    utfebcdic.h
  *
- *    Copyright (C) 2001, 2002, 2003, 2005, 2006 by Larry Wall, Nick
+ *    Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, by Larry Wall, Nick
  *    Ing-Simmons, and others
  *
  *    You may distribute under the terms of either the GNU General Public
@@ -418,4 +418,12 @@ END_EXTERN_C
 #define UTF8_EIGHT_BIT_HI(c)   UTF_TO_NATIVE((((U8)(c))>>UTF_ACCUMULATION_SHIFT)|UTF_START_MARK(2))
 #define UTF8_EIGHT_BIT_LO(c)   UTF_TO_NATIVE(((((U8)(c)))&UTF_CONTINUATION_MASK)|UTF_CONTINUATION_MARK)
 
-
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */