16 lines
419 B
Text
16 lines
419 B
Text
$NetBSD: patch-ac,v 1.2 2003/06/06 07:40:41 itojun Exp $
|
|
|
|
--- cftoken.l- 2003-06-06 16:37:28.000000000 +0900
|
|
+++ cftoken.l 2003-06-06 16:37:34.000000000 +0900
|
|
@@ -45,11 +45,7 @@
|
|
#include "vmbuf.h"
|
|
#include "debug.h"
|
|
#include "cfparse-defs.h"
|
|
-#if defined(__NetBSD__) && __NetBSD_Version__ >= 106000000 /*XXX*/
|
|
-#include "cfparse.h"
|
|
-#else
|
|
#include "y.tab.h"
|
|
-#endif
|
|
|
|
static int yyerrorcount = 0;
|
|
int lineno = 1;
|