changeset 377:186ced0ac931

.
author Jim Meyering <jim@meyering.net>
date Fri, 27 Jan 1995 15:00:54 +0000
parents 590eee4d9a8c
children 2a8cf396d51c
files lib/getdate.y
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -30,7 +30,7 @@
 #include <stdio.h>
 #include <ctype.h>
 
-#if	defined (vms)
+#if defined (vms)
 #include <types.h>
 #include <time.h>
 #else