At 02:12 PM 1/16/2001 -0600, Craig A. Berry wrote:
>If you test building from source, you may want to try
>
><http://homepage.mac.com/craigberry/gnudiffutils.zip>
>
>which does not include object code but does include a couple of additional 
>fix-ups from recent days. 

But not this one, which it also needs.  Sigh.  Apply in [.src.vms]

--- config.h_vms;-0     Sun Jan 14 23:56:31 2001
+++ config.h_vms        Mon Jan 15 13:34:05 2001
@@ -4,8 +4,10 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-/* Help the compiler figure out who it is, including __CRTL_VER if missing */
-#include <decc$types.h>
+/* This would be in decc$types.h on later systems. */
+#ifndef __CRTL_VER
+#  define __CRTL_VER __VMS_VER
+#endif
 
 /* Define if using alloca.c.  */
 #define C_ALLOCA 1
[end of patch]

Reply via email to