about summary refs log tree commit diff stats
path: root/src/LYStructs.h
diff options
context:
space:
mode:
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;