summaryrefslogtreecommitdiff
path: root/math/libmatheval/patches/patch-aa
blob: 96276b23c9716141d53e714c5262ed17d04e0724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2004/08/24 12:36:29 drochner Exp $

--- lib/scanner.l.orig	2004-08-23 18:45:32.000000000 +0200
+++ lib/scanner.l
@@ -151,3 +151,8 @@ void input_reset()
   /* Forget contents of input buffer.  */
   YY_FLUSH_BUFFER;
 }
+
+int yywrap()
+{
+	return (1);
+}