=================================================================== RCS file: /cvs/mandoc/Attic/action.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -p -r1.42 -r1.43 --- mandoc/Attic/action.c 2009/03/16 22:19:19 1.42 +++ mandoc/Attic/action.c 2009/03/16 23:37:28 1.43 @@ -1,6 +1,6 @@ -/* $Id: action.c,v 1.42 2009/03/16 22:19:19 kristaps Exp $ */ +/* $Id: action.c,v 1.43 2009/03/16 23:37:28 kristaps Exp $ */ /* - * Copyright (c) 2008 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the @@ -183,6 +183,7 @@ const struct actions mdoc_actions[MDOC_MAX] = { { NULL }, /* %C */ { NULL }, /* Es */ { NULL }, /* En */ + { NULL }, /* Dx */ };