diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-05 13:17:54 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-05 13:17:54 +0000 |
commit | 3f8e564abc73c1abd2c1286b5e767b2b101aae57 (patch) | |
tree | aebccb1b6107a9e62ad1dac4da8dd4c414557473 /mdoc_state.c | |
parent | 15bf890a36f565c8fdfdcc05f8aea480a1026b98 (diff) | |
download | mandoc-3f8e564abc73c1abd2c1286b5e767b2b101aae57.tar.gz |
move .ll to the roff modules
Diffstat (limited to 'mdoc_state.c')
-rw-r--r-- | mdoc_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc_state.c b/mdoc_state.c index 99230b22..2e67c63c 100644 --- a/mdoc_state.c +++ b/mdoc_state.c @@ -158,7 +158,6 @@ static const state_handler __state_handlers[MDOC_MAX - MDOC_Dd] = { NULL, /* sp */ NULL, /* %U */ NULL, /* Ta */ - NULL, /* ll */ }; static const state_handler *const state_handlers = __state_handlers - MDOC_Dd; |