aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/node.h
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-08-08 17:37:46 +0000
committerdos-reis <gdr@axiomatics.org>2010-08-08 17:37:46 +0000
commit13112984fd32d4684959a923497a9a476981283e (patch)
tree05c9b0a7efa76555aec9b49abf9203f4c1d462bf /src/hyper/node.h
parent45103d600768000e5c242fe478ff9468526bb8f6 (diff)
downloadopen-axiom-13112984fd32d4684959a923497a9a476981283e.tar.gz
* hyper/ex2ht.c (strPrefix): Be const-correct.
* hyper/htinp.c (get_graph_output): Likewise. (print_paste): Likewise. (print_graph_paste): Likewise. * hyper/initx.c (get_color): Likewise. * hyper/keyin.c (handle_key): Likewise. * hyper/lex.c (token_table): Likewise. * hyper/macro.c (number): Likewise. * hyper/mem.c (alloc_page): Likewise. * hyper/parse-aux.c (make_special_page): Likewise. (is_number): Likewise. * hyper/parse-types.c (errmess): Likewise. * lib/sockio-c.c (oa_socket_read): Cast to second argument to appropriate type. (oa_socket_read_byte): Likewise.
Diffstat (limited to 'src/hyper/node.h')
-rw-r--r--src/hyper/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/node.h b/src/hyper/node.h
index 43f4dc6b..38204487 100644
--- a/src/hyper/node.h
+++ b/src/hyper/node.h
@@ -255,7 +255,7 @@ typedef struct ButtonList {
typedef struct HyperDocPage {
short type; /* Normal, Quitbutton, Upbutton etc. */
- char *name; /* ID of page */
+ const char *name; /* ID of page */
char *filename; /* The name of the file in which the page
occurs, Null if not */
int scroll_off; /* The offset in the scrolling region */