diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2011-05-29 00:50:56 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2011-05-29 00:50:56 -0400 |
commit | b7bcd3a01e33e4366e4c7a1b28257d3eed97bbc7 (patch) | |
tree | 3950755fe9c7cbd781812190c434dc03b556cb3a /src/LYUtils.h | |
parent | 1ea06981b36d56576eb36799919b5ef74e91021d (diff) | |
download | lynx-snapshots-b7bcd3a01e33e4366e4c7a1b28257d3eed97bbc7.tar.gz |
snapshot of project "lynx", label v2-8-8dev_8i
Diffstat (limited to 'src/LYUtils.h')
-rw-r--r-- | src/LYUtils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYUtils.h b/src/LYUtils.h index 780a70c3..042127c3 100644 --- a/src/LYUtils.h +++ b/src/LYUtils.h @@ -1,4 +1,4 @@ -/* $LynxId: LYUtils.h,v 1.85 2010/09/24 09:58:04 tom Exp $ */ +/* $LynxId: LYUtils.h,v 1.86 2011/05/28 13:05:14 tom Exp $ */ #ifndef LYUTILS_H #define LYUTILS_H @@ -89,7 +89,7 @@ extern "C" { #define LYIsPathSep(ch) ((ch) == '/') #define LYIsDosDrive(s) FALSE /* really nothing */ #endif -#ifdef EXP_ADDRLIST_PAGE +#ifdef USE_ADDRLIST_PAGE #define LYIsListpageTitle(name) \ (!strcmp((name), LIST_PAGE_TITLE) || \ !strcmp((name), ADDRLIST_PAGE_TITLE)) |