Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/bc/bc fix argument passing.



details:   https://anonhg.NetBSD.org/src/rev/a6336e86a876
branches:  trunk
changeset: 786028:a6336e86a876
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 11 19:00:41 2013 +0000

description:
fix argument passing.

diffstat:

 gnu/dist/bc/bc/scan.l |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (15 lines):

diff -r 333e05b7661f -r a6336e86a876 gnu/dist/bc/bc/scan.l
--- a/gnu/dist/bc/bc/scan.l     Thu Apr 11 18:36:44 2013 +0000
+++ b/gnu/dist/bc/bc/scan.l     Thu Apr 11 19:00:41 2013 +0000
@@ -80,10 +80,7 @@
 */
 
 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)
     {



Home | Main Index | Thread Index | Old Index