From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- src/cmd/postscript/common/rune.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/postscript/common/rune.h') diff --git a/src/cmd/postscript/common/rune.h b/src/cmd/postscript/common/rune.h index 2df5f767..0e7d0cb6 100644 --- a/src/cmd/postscript/common/rune.h +++ b/src/cmd/postscript/common/rune.h @@ -14,6 +14,6 @@ enum UTFmax = 3, /* maximum bytes per rune */ Runesync = 0x80, /* cannot represent part of a utf sequence (<) */ Runeself = 0x80, /* rune and utf sequences are the same (<) */ - Runeerror = 0x80, /* decoding error in utf */ + Runeerror = 0xFFFD /* decoding error in utf */ }; #endif -- cgit v1.2.3