1 /* 2 * Copyright (c) 1988, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * This code is derived from software contributed to Berkeley by 6 * Guy Harris. 7 * 8 * %sccs.include.redist.c% 9 * 10 * @(#)ching.h 8.1 (Berkeley) 05/31/93 11 */ 12 13 #define OYIN 6 /* yin (broken) moving to yang (solid) */ 14 #define YYANG 7 /* yang (solid) */ 15 #define YYIN 8 /* yin (broken) */ 16 #define OYANG 9 /* yang (solid) moving to yin (broken) */ 17