]> andersk Git - moira.git/commitdiff
only define _toupper if it isn't already defined
authormar <mar>
Mon, 10 Sep 1990 12:33:40 +0000 (12:33 +0000)
committermar <mar>
Mon, 10 Sep 1990 12:33:40 +0000 (12:33 +0000)
clients/userreg/userreg.c

index 4041b3c12b3c64cd0e8d99f0fbed2c905b5b756d..1791ce1a5381e274d506f58ef431f5555abe9c24 100644 (file)
@@ -619,7 +619,9 @@ do_replace()
        } else return 0;
 }
 
+#ifndef _toupper
 #define _toupper(c) ((c) & ~0x20)
+#endif
 
 lenient_strcmp(string1, string2)
        register char  *string1, *string2;
This page took 0.029128 seconds and 5 git commands to generate.