]> pd.if.org Git - pdclib/blobdiff - includes/locale.h
Some cleanup.
[pdclib] / includes / locale.h
index e16b075efeba252f7ea0d3dd9d828c271c32bf9e..59fd642415194c8c9ec0efc15a5f1c2a6ce69d91 100644 (file)
@@ -4,8 +4,7 @@
 // Public Domain C Library - http://pdclib.sourceforge.net
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
-// Provides information on locale specifics as well as a function to change the
-// active locale to something else but the startup default "C".
+// Localization
 // ----------------------------------------------------------------------------
 
 #ifndef __LOCALE_H