changeset 378:2a8cf396d51c

.
author Jim Meyering <jim@meyering.net>
date Fri, 27 Jan 1995 15:01:25 +0000
parents 186ced0ac931
children 0c05dc8a5d05
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