diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-08-10 10:09:51 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-08-10 10:09:51 +0000 |
commit | 5015f5abc741b2dd29b2baa650923af7cd24f807 (patch) | |
tree | f69344472c3a2e792dab2c9358e94d52147e4ba6 /term.h | |
parent | faaeea1889fc927868c7e029c3f617fd5f5678b0 (diff) | |
download | mandoc-5015f5abc741b2dd29b2baa650923af7cd24f807.tar.gz |
Moved indentation size into *term.c files.
Improved handling of libman `IP' macro (still needs work).
Diffstat (limited to 'term.h')
-rw-r--r-- | term.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -17,11 +17,6 @@ #ifndef TERM_H #define TERM_H -/* FIXME - clean up tabs. */ - -#define INDENT 5 -#define HALFINDENT 3 - __BEGIN_DECLS enum termenc { |