Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2017 17:00:40 +0000 (UTC)
From:      Phil Shafer <phil@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319709 - head/contrib/libxo/libxo
Message-ID:  <201706081700.v58H0epV082904@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706081700.v58H0epV082904>