diff src/sunfns.c @ 485:8c615e453683

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 13 Jan 1992 21:48:08 +0000
parents 6b517878550a
children b9e81bfc7ad9
line wrap: on
line diff
--- a/src/sunfns.c	Mon Jan 13 21:48:03 1992 +0000
+++ b/src/sunfns.c	Mon Jan 13 21:48:08 1992 +0000
@@ -107,7 +107,7 @@
   char *cp;
   static int already_initialized = 0;
 
-  if ((! already_initialized) || (!NULL(force))) {
+  if ((! already_initialized) || (!NILP(force))) {
     cp = getenv("WINDOW_GFX");
     if (cp != 0) win_fd = open(cp, 2);
     if (win_fd > 0)
@@ -213,7 +213,7 @@
   /*
    *	If the icon is null, we just restore the DefaultCursor
    */
-  if (NULL(Icon)) 
+  if (NILP(Icon)) 
     CurrentCursor = DefaultCursor;
   else {
     /*