summaryrefslogtreecommitdiff
path: root/src/fl_encoding_mac_roman.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_encoding_mac_roman.cxx')
-rw-r--r--src/fl_encoding_mac_roman.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_encoding_mac_roman.cxx b/src/fl_encoding_mac_roman.cxx
index 83bddab77..d29720818 100644
--- a/src/fl_encoding_mac_roman.cxx
+++ b/src/fl_encoding_mac_roman.cxx
@@ -35,7 +35,7 @@
// lookup tables below will convert all common character codes and replace
// unknown characters with an upsidedown question mark.
-#ifdef __APPLE__
+#ifdef __APPLE__ // PORTME: platform text encoding
const char *fl_mac_roman_to_local(const char *t, int)
{