diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-06-19 18:23:03 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-06-19 18:23:03 -0400 |
commit | cf8dea28bede9af20f1b6b3435a793e91924f4d6 (patch) | |
tree | e6e9d5b563137861d3f9faee0775103c892fba7f /src/LYUtils.h | |
parent | 8c48e8845381e727bc11c8c0c44a6a5156d83c29 (diff) | |
download | lynx-snapshots-cf8dea28bede9af20f1b6b3435a793e91924f4d6.tar.gz |
snapshot of project "lynx", label v2-8-8dev_3h
Diffstat (limited to 'src/LYUtils.h')
-rw-r--r-- | src/LYUtils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/LYUtils.h b/src/LYUtils.h index 0486a31e..f6d7c49a 100644 --- a/src/LYUtils.h +++ b/src/LYUtils.h @@ -1,4 +1,4 @@ -/* $LynxId: LYUtils.h,v 1.82 2009/11/21 15:46:24 tom Exp $ */ +/* $LynxId: LYUtils.h,v 1.83 2010/06/19 15:36:34 tom Exp $ */ #ifndef LYUTILS_H #define LYUTILS_H @@ -507,6 +507,8 @@ extern "C" { extern void LYCloselog(void); #endif /* SYSLOG_REQUESTED_URLS */ +#undef STREQ /* conflict with wais.h */ + /* * Miscellaneous. */ |