]> git.cameronkatri.com Git - mandoc.git/blobdiff - libroff.h
Bugfix: When the invocation of a user-defined macro follows a roff
[mandoc.git] / libroff.h
index bd9bcd220e40fdbf8e85a9ae0fee3f1fcf5788d9..dd7ad75a947cd4a50d93d6fcdb7b829a4d3831cc 100644 (file)
--- a/libroff.h
+++ b/libroff.h
@@ -1,4 +1,4 @@
-/*     $Id: libroff.h,v 1.31 2014/10/25 14:35:37 schwarze Exp $ */
+/*     $Id: libroff.h,v 1.33 2014/12/01 08:05:52 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#ifndef LIBROFF_H
-#define LIBROFF_H
-
-__BEGIN_DECLS
 
 enum   tbl_part {
        TBL_PART_OPTS, /* in options (first line) */
@@ -66,6 +62,8 @@ struct        eqn_def {
        size_t            valsz;
 };
 
+__BEGIN_DECLS
+
 struct tbl_node        *tbl_alloc(int, int, struct mparse *);
 void            tbl_restart(int, int, struct tbl_node *);
 void            tbl_free(struct tbl_node *);
@@ -84,5 +82,3 @@ enum rofferr   eqn_read(struct eqn_node **, int,
                        const char *, int, int *);
 
 __END_DECLS
-
-#endif /*LIBROFF_H*/