xref: /minix3/external/bsd/byacc/dist/test/btyacc/code_debug.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /*	$NetBSD: code_debug.h,v 1.1.1.1 2015/01/03 22:58:24 christos Exp $	*/
2*0a6a1f1dSLionel Sambuc 
3*0a6a1f1dSLionel Sambuc #ifndef _yy_defines_h_
4*0a6a1f1dSLionel Sambuc #define _yy_defines_h_
5*0a6a1f1dSLionel Sambuc 
6*0a6a1f1dSLionel Sambuc #define YYERRCODE 256
7*0a6a1f1dSLionel Sambuc 
8*0a6a1f1dSLionel Sambuc #endif /* _yy_defines_h_ */
9