X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Ftest.priv.h;h=329d6a2f436ce205a63dc2e7328d0c01d7675833;hb=44a63c85c16f81579c74d68cd99eea1a1fd00c28;hp=74f1077d0cd91f7ad9b2af7c433f5623b60f2a2c;hpb=048a1c1a65c6d98d92fca97f8d175d10d21091d0;p=ncurses.git diff --git a/test/test.priv.h b/test/test.priv.h index 74f1077d..329d6a2f 100644 --- a/test/test.priv.h +++ b/test/test.priv.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2014,2016 Free Software Foundation, Inc. * + * Copyright (c) 1998-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -29,7 +29,7 @@ /**************************************************************************** * Author: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: test.priv.h,v 1.138 2016/09/10 23:42:33 tom Exp $ */ +/* $Id: test.priv.h,v 1.139 2017/02/11 16:33:09 tom Exp $ */ #ifndef __TEST_PRIV_H #define __TEST_PRIV_H 1 @@ -459,10 +459,6 @@ extern int optind; #define NCURSES_PAIRS_T short #endif -#ifndef NCURSES_OPAQUE -#define NCURSES_OPAQUE 0 -#endif - #ifndef CCHARW_MAX #define CCHARW_MAX 5 #endif