From 4bb8380d8eb4827dcf6621f48f9f188779567cf6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Korn=C3=A9l=20P=C3=A1l?= Date: Sat, 3 Dec 2005 12:09:49 +0000 Subject: [PATCH] config-default.make: Corrected default CODEPAGE comment to ISO-8859-1 (Latin 1) svn path=/trunk/mcs/; revision=53883 --- mcs/build/ChangeLog | 5 +++++ mcs/build/config-default.make | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mcs/build/ChangeLog b/mcs/build/ChangeLog index d4035aa113a..81a723e99fd 100644 --- a/mcs/build/ChangeLog +++ b/mcs/build/ChangeLog @@ -1,3 +1,8 @@ +2005-12-03 Kornél Pál + + * config-default.make: Corrected default CODEPAGE comment to ISO-8859-1 + (Latin 1). + 2005-11-22 Vladislav Spivak * Missed dependency. .sources file is supporting #include directive diff --git a/mcs/build/config-default.make b/mcs/build/config-default.make index 98a6d1ce143..68ebd7fd5ce 100644 --- a/mcs/build/config-default.make +++ b/mcs/build/config-default.make @@ -6,7 +6,7 @@ # DO NOT EDIT THIS FILE! Create config.make and override settings # there. -# Use ISO-28591 as the default encoding for compilers +# Use ISO-8859-1 (Latin 1) as the default encoding for compilers CODEPAGE = 28591 RUNTIME_FLAGS = -- 2.25.1