From 264209da4a75cf323caf3e1a5e89534f15086b73 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 5 May 2017 13:17:54 +0000 Subject: move .ll to the roff modules --- mdoc_state.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mdoc_state.c') diff --git a/mdoc_state.c b/mdoc_state.c index 3938f239..d0ee6c25 100644 --- a/mdoc_state.c +++ b/mdoc_state.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_state.c,v 1.6 2017/05/04 17:48:29 schwarze Exp $ */ +/* $Id: mdoc_state.c,v 1.7 2017/05/05 13:17:55 schwarze Exp $ */ /* * Copyright (c) 2014, 2015, 2017 Ingo Schwarze * @@ -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; -- cgit v1.2.3