]> git.marmaro.de Git - mmh/blobdiff - uip/post.c
* uip/post.c, uip/spost.c: Move the uptolow macro from spost.c to post.c
[mmh] / uip / post.c
index e161674430e5bd2211e6998b2f366e205cbc414d..4ca59553556f52f7e9ebce1002267d1b506537a9 100644 (file)
@@ -48,6 +48,8 @@
 
 #define FCCS           10      /* max number of fccs allowed */
 
 
 #define FCCS           10      /* max number of fccs allowed */
 
+#define        uptolow(c)      ((isalpha(c) && isupper (c)) ? tolower (c) : c)
+
 /* In the following array of structures, the numeric second field of the
    structures (minchars) is apparently used like this:
 
 /* In the following array of structures, the numeric second field of the
    structures (minchars) is apparently used like this: