diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-05 16:11:14 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-05 16:11:14 +0000 |
commit | e653c8089f13da940f3273f95fca6e7098852332 (patch) | |
tree | e19a75aef0ae2a0f694afc55e78b9a8dc54e5a3f /prologue.c | |
parent | af139bb8a38b36a5e3c8b1ce4b6455e65fcbb2e5 (diff) | |
download | mandoc-e653c8089f13da940f3273f95fca6e7098852332.tar.gz |
Finished initial parse sequence.
Diffstat (limited to 'prologue.c')
-rw-r--r-- | prologue.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ #include "private.h" +/* FIXME: deprecate into actions.c! */ + static int prologue_dt(MACRO_PROT_ARGS); static int prologue_dd(MACRO_PROT_ARGS); static int prologue_os(MACRO_PROT_ARGS); |