summaryrefslogtreecommitdiff
path: root/usr.bin/make/garray.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/garray.h')
-rw-r--r--usr.bin/make/garray.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/garray.h b/usr.bin/make/garray.h
index 388791edff1..0e934800d85 100644
--- a/usr.bin/make/garray.h
+++ b/usr.bin/make/garray.h
@@ -2,7 +2,7 @@
#define GARRAY_H
/* $OpenPackages$ */
-/* $OpenBSD: garray.h,v 1.1 2001/06/12 22:44:21 espie Exp $ */
+/* $OpenBSD: garray.h,v 1.2 2007/09/17 09:44:20 espie Exp $ */
/* Growable array implementation */
/*
@@ -42,7 +42,7 @@ do { \
for (ln = Lst_First((l1)); ln != NULL; ln = Lst_Adv(ln))\
Array_AtEnd((l2), Lst_Datum(ln)); \
} while (0)
-
+
#ifdef STATS_GROW
#define MAY_INCREASE_STATS STAT_GROWARRAY++
#else