summaryrefslogtreecommitdiffstatshomepage
path: root/roff.c
diff options
context:
space:
mode:
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/roff.c b/roff.c
index cd6fc679..34356ab6 100644
--- a/roff.c
+++ b/roff.c
@@ -1,4 +1,4 @@
-/* $Id: roff.c,v 1.2 2008/11/24 18:32:39 kristaps Exp $ */
+/* $Id: roff.c,v 1.3 2008/11/24 18:34:50 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -34,6 +34,8 @@ enum roffd {
ROFF_EXIT
};
+/* FIXME: prolog roffs can be text roffs, too. */
+
enum rofftype {
ROFF_TITLE,
ROFF_COMMENT,