mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
458 B
C++
14 lines
458 B
C++
$NetBSD: patch-src_Mixfix_lexerAux.hh,v 1.1 2013/11/29 18:30:10 joerg Exp $
|
|
|
|
--- src/Mixfix/lexerAux.hh.orig 2013-11-28 00:54:39.000000000 +0000
|
|
+++ src/Mixfix/lexerAux.hh
|
|
@@ -27,7 +27,7 @@
|
|
//extern int inStackPtr;
|
|
//extern YY_BUFFER_STATE inStack[];
|
|
|
|
-void getInput(char* buf, int& result, int max_size);
|
|
+void getInput(char* buf, size_t& result, int max_size);
|
|
void lexerIdMode();
|
|
void lexerTokenTreeMode(int terminatingTokens);
|
|
void lexerCmdMode();
|