Fix HPUX conditional syntax.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 May 1993 18:37:36 +0000 (18:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 May 1993 18:37:36 +0000 (18:37 +0000)
src/xfaces.c

index 4e4d469..9267931 100644 (file)
@@ -35,7 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "window.h"
 
 /* Compensate for bug in Xos.h on hpux.  */
-#if HPUX
+#ifdef HPUX
 #include <time.h>
 #define __TIMEVAL__
 #endif