The R Project SVN R

Rev

Rev 44493 | Rev 70779 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 44493 Rev 59228
Line 284... Line 284...
284
@@ -288,6 +288,9 @@
284
@@ -288,6 +288,9 @@
285
    name.  */
285
    name.  */
286
 
286
 
287
 extern unsigned int localeCP; /* from Defn.h */
287
 extern unsigned int localeCP; /* from Defn.h */
288
+#if __APPLE__ /* others could use this, too ... */
288
+#if __APPLE__ /* others could use this, too ... */
289
+extern char *locale2charset(char*);
289
+extern const char *locale2charset(char*);
290
+#endif
290
+#endif
291
 
291
 
292
 #ifdef STATIC
292
 #ifdef STATIC
293
 STATIC
293
 STATIC
294
@@ -295,6 +298,9 @@
294
@@ -295,6 +298,9 @@