diff src/nsterm.h @ 97335:5814e7199b5e

* config.in: Regenerate. * Makefile.in: Move nsXXX.m dependencies into big alphabetical list. (mostlyclean): Don't delete *.d under NS. * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Wed, 06 Aug 2008 16:20:46 +0000
parents 76ed169d532c
children 06f7d5858c5a
line wrap: on
line diff
--- a/src/nsterm.h	Wed Aug 06 16:19:43 2008 +0000
+++ b/src/nsterm.h	Wed Aug 06 16:20:46 2008 +0000
@@ -364,10 +364,10 @@
 @end
 #endif
 
-#ifndef NS_HAVE_INTEGER
+#ifndef NS_HAVE_NSINTEGER
 typedef long NSInteger;
 typedef unsigned long NSUInteger;
-#endif /* not NS_HAVE_INTEGER */
+#endif /* not NS_HAVE_NSINTEGER */
 
 #endif  /* __OBJC__ */