]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/test.priv.h
ncurses 5.6 - patch 20080906
[ncurses.git] / test / test.priv.h
index 20ffbe89b80ad9d7693ec5dc13015ce68c105a57..1f83dbede6cc9bfd538a41fd5af5a3413aeb4d58 100644 (file)
@@ -29,7 +29,7 @@
 /****************************************************************************
  *  Author: Thomas E. Dickey                    1996-on                     *
  ****************************************************************************/
-/* $Id: test.priv.h,v 1.77 2008/04/12 19:25:48 tom Exp $ */
+/* $Id: test.priv.h,v 1.78 2008/09/06 22:01:24 tom Exp $ */
 
 #ifndef __TEST_PRIV_H
 #define __TEST_PRIV_H 1
@@ -570,4 +570,6 @@ typedef int (*NCURSES_SCREEN_CB)(SCREEN *, void *);
 #define USE_TRACE 0
 #endif
 
+#define init_mb(state) memset(&state, 0, sizeof(state))
+
 #endif /* __TEST_PRIV_H */