aboutsummaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-09-22 21:02:15 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-09-22 21:02:15 +0000
commit604c11affe988bab23c87598c02248fff1d73f43 (patch)
tree6252cbbfd3cf703691a8ddbf1fdee5c1246b5faa /html.h
parent* version.c.in: cvs version (diff)
downloadw3m-604c11affe988bab23c87598c02248fff1d73f43.tar.gz
w3m-604c11affe988bab23c87598c02248fff1d73f43.zip
merge m17n patch
add libwc
Diffstat (limited to '')
-rw-r--r--html.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/html.h b/html.h
index b13781d..afe9c96 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.23 2003/04/18 16:47:18 ukai Exp $ */
+/* $Id: html.h,v 1.24 2003/09/22 21:02:19 ukai Exp $ */
#ifndef _HTML_H
#define _HTML_H
#ifdef USE_SSL
@@ -205,8 +205,8 @@ typedef struct {
#define HTML_TEXTAREA_INT 113
#define HTML_N_TEXTAREA_INT 114
#define HTML_TABLE_ALT 115
-#define HTML_RULE 116
-#define HTML_N_RULE 117
+#define HTML_SYMBOL 116
+#define HTML_N_SYMBOL 117
#define HTML_PRE_INT 118
#define HTML_N_PRE_INT 119
#define HTML_TITLE_ALT 120
@@ -352,7 +352,7 @@ struct environment {
#define MAX_ENV_LEVEL 20
#define MAX_INDENT_LEVEL 10
-#define INDENT_INCR 4
+#define INDENT_INCR IndentIncr
#define SCM_UNKNOWN 255
#define SCM_MISSING 254