diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-10-27 19:05:04 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-10-27 19:05:04 -0500 |
commit | 8f8c57cc7c0e876cd291e2b4de23a52e060b30ba (patch) | |
tree | b813d59380c9db4f7b59bf8a5a965aa606627183 /src/GridText.h | |
parent | cbcc3a1e1a82b01eea370bf7841e6b5f4d1e46c1 (diff) | |
download | lynx-snapshots-8f8c57cc7c0e876cd291e2b4de23a52e060b30ba.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-89
Diffstat (limited to 'src/GridText.h')
-rw-r--r-- | src/GridText.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GridText.h b/src/GridText.h index 9247e14d..42a50c0c 100644 --- a/src/GridText.h +++ b/src/GridText.h @@ -83,7 +83,7 @@ extern char * HText_getServer NOPARAMS; extern char * HText_getOwner NOPARAMS; extern char * HText_getContentBase NOPARAMS; extern char * HText_getContentLocation NOPARAMS; -#ifdef USEHASH +#ifdef USE_HASH extern char * HText_getStyle NOPARAMS; #endif extern void HText_setMainTextOwner PARAMS((CONST char * owner)); |