about summary refs log tree commit diff stats
path: root/src/LYStructs.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-10-27 19:05:04 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1997-10-27 19:05:04 -0500
commit8f8c57cc7c0e876cd291e2b4de23a52e060b30ba (patch)
treeb813d59380c9db4f7b59bf8a5a965aa606627183 /src/LYStructs.h
parentcbcc3a1e1a82b01eea370bf7841e6b5f4d1e46c1 (diff)
downloadlynx-snapshots-8f8c57cc7c0e876cd291e2b4de23a52e060b30ba.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-89
Diffstat (limited to 'src/LYStructs.h')
-rw-r--r--src/LYStructs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYStructs.h b/src/LYStructs.h
index fc438376..128d7426 100644
--- a/src/LYStructs.h
+++ b/src/LYStructs.h
@@ -39,7 +39,7 @@ typedef struct _document {
    int    line;
    BOOL   internal_link;	/* whether doc was reached via an internal
 				 (fragment) link. - kw */
-#ifdef USEHASH
+#ifdef USE_HASH
    char * style;
 #endif
 } document;