Module Name:    src
Committed By:   christos
Date:           Thu Apr 11 19:00:41 UTC 2013

Modified Files:
        src/gnu/dist/bc/bc: scan.l

Log Message:
fix argument passing.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/gnu/dist/bc/bc/scan.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/dist/bc/bc/scan.l
diff -u src/gnu/dist/bc/bc/scan.l:1.3 src/gnu/dist/bc/bc/scan.l:1.4
--- src/gnu/dist/bc/bc/scan.l:1.3	Sun Jan  7 23:03:30 2001
+++ src/gnu/dist/bc/bc/scan.l	Thu Apr 11 15:00:41 2013
@@ -80,10 +80,7 @@ null_prompt (EditLine *el)
 */
 
 static void
-bcel_input (buf, result, max)
-	char *buf;
-	int  *result;
-	int   max;
+bcel_input (char *buf, yy_size_t *result, int max)
 {
   if (!edit || yyin != stdin)
     {

Reply via email to