aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/node.h
AgeCommit message (Collapse)AuthorFilesLines
2008-05-28 * include/open-axiom.h (openaxiom_handle): New datatype.dos-reis1-7/+7
* hyper/node.h [!X_DISPLAY_MISSING]: Use it.
2008-05-23Port htadd to win32dos-reis1-2/+4
2008-05-22 * hyper/lex.c: Don't include hyper.h, hterror.h anddos-reis1-0/+460
sockio.h. Include node.h. * hyper/hyper.h: Don't include X11 headers. Include node.h. Mode node data structures to node.h. * hyper/cond.c: Don't include hterror.h. Include lex.h * hyper/Makefile.in (HEADERS): Include node.h. Remove hterror.h. (hypertex_SOURCES): Remove hterror.c (htadd_SOURCES): Likewise. * hyper/node.h: New. * hyper/hterror.h: Remove. * hyper/hterror.c (token_name): Move to hyper/lex.c. (print_token): Likewise. (print_next_ten_tokens): Likewise. (print_page_and_filename): Likewise. (jump): Likewise. (ebuffer): Likewise. (htperror): Move to parse-types.c Remove file.