diff --git a/src/include/c.h b/src/include/c.h
index b30aefa6f8d7ca546233eab128797707dd222d0a..c703a2fc4bd610a08621b18ed99928d057a2e6b4 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -7,7 +7,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: c.h,v 1.36 1998/02/26 04:39:47 momjian Exp $
+ * $Id: c.h,v 1.37 1998/03/20 04:17:34 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -793,7 +793,7 @@ extern char *form(const char *fmt,...);
 #endif							/* hpux */
 #endif
 
-#if defined(sun) && defined(sparc) && !defined(__svr4)
+#if defined(sun) && defined(sparc) && !defined(__SVR4)
 #define memmove(d, s, l)		bcopy(s, d, l)
 #include <unistd.h>
 #endif