diff options
Diffstat (limited to 'src/LYList.c')
-rw-r--r-- | src/LYList.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYList.c b/src/LYList.c index 1f316b97..5cd12a45 100644 --- a/src/LYList.c +++ b/src/LYList.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYList.c,v 1.49 2010/10/03 17:09:22 tom Exp $ + * $LynxId: LYList.c,v 1.50 2011/05/28 13:05:14 tom Exp $ * * Lynx Document Reference List Support LYList.c * ==================================== @@ -76,7 +76,7 @@ int showlist(DocInfo *newdoc, int titles) LYforce_HTML_mode = TRUE; /* force this file to be HTML */ LYforce_no_cache = TRUE; /* force this file to be new */ -#ifdef EXP_ADDRLIST_PAGE +#ifdef USE_ADDRLIST_PAGE if (titles != TRUE) BeginInternalPage(fp0, ADDRLIST_PAGE_TITLE, LIST_PAGE_HELP); else |