]> code.delx.au - gnu-emacs/commitdiff
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 4e4d469999025abce0f9291eaa0b94b1100f0f15..92679312b2431acb9c8bfac91b30ea8f4ee8b61a 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