changeset 3302:836e5b3e6fe6

Fix HPUX conditional syntax.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 May 1993 18:37:36 +0000
parents aaf396661221
children 8b23f00096e5
files src/xfaces.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Sun May 30 18:34:54 1993 +0000
+++ b/src/xfaces.c	Sun May 30 18:37:36 1993 +0000
@@ -35,7 +35,7 @@
 #include "window.h"
 
 /* Compensate for bug in Xos.h on hpux.  */
-#if HPUX
+#ifdef HPUX
 #include <time.h>
 #define __TIMEVAL__
 #endif