summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-17 19:02:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-17 19:02:26 +0000
commitdd0b45a5cfe0f7770ab784d9d8a039c2afce10e6 (patch)
treec74e26e2f552d2f7e8d4bbc1eabb0f94d6f3b9d6
parent70d53f79864d9beb9be9af74948a30a5c02dd7dc (diff)
downloadmandoc-dd0b45a5cfe0f7770ab784d9d8a039c2afce10e6.tar.gz
mandoc-dd0b45a5cfe0f7770ab784d9d8a039c2afce10e6.tar.zst
mandoc-dd0b45a5cfe0f7770ab784d9d8a039c2afce10e6.zip
Removed superfluous FIXMEs (fixed already).
-rw-r--r--mdoc_macro.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index eb2bf3fc..5e46e427 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_macro.c,v 1.13 2009/06/16 19:45:51 kristaps Exp $ */
+/* $Id: mdoc_macro.c,v 1.14 2009/06/17 19:02:26 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -22,8 +22,6 @@
#include "libmdoc.h"
-/* FIXME: .Fl, .Ar, .Cd handling of `|'. */
-
enum mwarn {
WIGNE,
WIMPBRK,