mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
449 B
C++
14 lines
449 B
C++
$NetBSD: patch-src_Mixfix_lexerAux.cc,v 1.1 2013/11/29 18:30:10 joerg Exp $
|
|
|
|
--- src/Mixfix/lexerAux.cc.orig 2013-11-28 00:54:41.000000000 +0000
|
|
+++ src/Mixfix/lexerAux.cc
|
|
@@ -35,7 +35,7 @@ bool fakeNewline = false; // fake \n fo
|
|
bool fakeNewlineStack[MAX_IN_DEPTH];
|
|
|
|
void
|
|
-getInput(char* buf, int& result, int max_size)
|
|
+getInput(char* buf, size_t& result, int max_size)
|
|
{
|
|
result = YY_NULL;
|
|
if (UserLevelRewritingContext::interrupted())
|