diff options
Diffstat (limited to 'lib/libcurses/hashsize.h')
-rw-r--r-- | lib/libcurses/hashsize.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/hashsize.h b/lib/libcurses/hashsize.h index b6992abc67f..3e9e040ba9c 100644 --- a/lib/libcurses/hashsize.h +++ b/lib/libcurses/hashsize.h @@ -1,8 +1,8 @@ -/* $OpenBSD: hashsize.h,v 1.2 1999/01/18 19:07:24 millert Exp $ */ +/* $OpenBSD: hashsize.h,v 1.3 2010/01/12 23:21:59 nicm Exp $ */ /* * hashsize.h -- hash and token table constants */ -#define CAPTABSIZE 497 -#define HASHTABSIZE ( 497 * 2) +#define CAPTABSIZE 497 +#define HASHTABSIZE ( 497 * 2) |