]> diplodocus.org Git - nmh/blobdiff - sbr/uprf.c
Manpage cross-reference cleanups: convert '.BR cmd (section)' to '.IR cmd (section)'
[nmh] / sbr / uprf.c
index 7adc3218013334c2ef247542e45e8a49f86366da..5da5e7652d32a9943888e2ea12b89be562e5c026 100644 (file)
@@ -2,13 +2,17 @@
 /*
  * uprf.c -- "unsigned" lexical prefix
  *
 /*
  * uprf.c -- "unsigned" lexical prefix
  *
- * $Id$
+ * This code is Copyright (c) 2002, by the authors of nmh.  See the
+ * COPYRIGHT file in the root directory of the nmh distribution for
+ * complete copyright information.
  */
 
 #include <h/mh.h>
 
  */
 
 #include <h/mh.h>
 
-#define TO_LOWER 040
-#define NO_MASK  000
+#ifndef LOCALE
+# define TO_LOWER 040
+# define NO_MASK  000
+#endif
 
 
 int
 
 
 int