]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_state.c
John Gardner: handling of ASCII control characters during input
[mandoc.git] / mdoc_state.c
index f9a585e736236c8897807ba5148c29390fb79701..9d98c580e113ef0979c6613badb29a4d84f5a8eb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_state.c,v 1.15 2019/01/01 07:42:04 schwarze Exp $ */
+/*     $Id: mdoc_state.c,v 1.16 2020/01/19 18:02:00 schwarze Exp $ */
 /*
  * Copyright (c) 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
  *
@@ -157,6 +157,7 @@ static      const state_handler state_handlers[MDOC_MAX - MDOC_Dd] = {
        NULL,           /* %Q */
        NULL,           /* %U */
        NULL,           /* Ta */
+       NULL,           /* Tg */
 };