svn commit: r319709 - head/contrib/libxo/libxo

Phil Shafer phil at FreeBSD.org
Thu Jun 8 17:00:41 UTC 2017


Author: phil
Date: Thu Jun  8 17:00:40 2017
New Revision: 319709
URL: https://svnweb.freebsd.org/changeset/base/319709

Log:
  remove xo_color_t dup typedef

Modified:
  head/contrib/libxo/libxo/libxo.c

Modified: head/contrib/libxo/libxo/libxo.c
==============================================================================
--- head/contrib/libxo/libxo/libxo.c	Thu Jun  8 16:57:06 2017	(r319708)
+++ head/contrib/libxo/libxo/libxo.c	Thu Jun  8 17:00:40 2017	(r319709)
@@ -239,7 +239,6 @@ typedef uint8_t xo_color_t;
 #define XO_EFF_CLEAR_BITS XO_EFF_RESET /* Reset gets reset, surprisingly */
 
 typedef uint8_t xo_effect_t;
-typedef uint8_t xo_color_t;
 typedef struct xo_colors_s {
     xo_effect_t xoc_effects;	/* Current effect set */
     xo_color_t xoc_col_fg;	/* Foreground color */


More information about the svn-src-all mailing list