Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-sim_ucsim_cmd.src_cmdlex.l,v 1.1 2012/01/24 06:06:32 sbd Exp $
Include <cstdio> for the EOF macro.
--- sim/ucsim/cmd.src/cmdlex.l.orig 2004-07-16 16:32:30.000000000 +0000
+++ sim/ucsim/cmd.src/cmdlex.l
@@ -1,6 +1,7 @@
%{
#include "cmdlexcl.h"
#include "cmdpars.h"
+#include <cstdio>
static YY_cl_ucsim_parser_STYPE *yylval;