]> git.cameronkatri.com Git - mandoc.git/blobdiff - roff.h
Mostly complete implementation of the 'c' (character available)
[mandoc.git] / roff.h
diff --git a/roff.h b/roff.h
index f0da74bd9ac66adab5fdf333ddbc2a2786c05e40..68f50acb097eef86660f30187309cdfd1996bfe8 100644 (file)
--- a/roff.h
+++ b/roff.h
@@ -1,7 +1,7 @@
-/*     $Id: roff.h,v 1.59 2018/04/11 17:11:13 schwarze Exp $   */
+/*     $Id: roff.h,v 1.61 2018/08/18 02:08:27 schwarze Exp $   */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
- * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
+ * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze <schwarze@openbsd.org>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -438,6 +438,7 @@ enum        roff_tok {
        MAN_SH,
        MAN_SS,
        MAN_TP,
+       MAN_TQ,
        MAN_LP,
        MAN_PP,
        MAN_P,
@@ -463,6 +464,8 @@ enum        roff_tok {
        MAN_PD,
        MAN_AT,
        MAN_in,
+       MAN_SY,
+       MAN_YS,
        MAN_OP,
        MAN_EX,
        MAN_EE,