Commit e742fecc by Jeffrey A Law Committed by Jeff Law

gjavah.c (print_class_decls): Fix thinko in arglist

        * gjavah.c (print_class_decls): Fix thinko in arglist
        * jcv-io.c (find_classfile): Similarly.

From-SVN: r22326
parent 76a83782
Tue Sep 8 10:34:05 1998 Jeffrey A Law (law@cygnus.com)
* gjavah.c (print_class_decls): Fix thinko in arglist
* jcv-io.c (find_classfile): Similarly.
Mon Sep 7 13:59:49 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (INCLUDES): Update for recent toplevel gcc changes.
......
......@@ -609,7 +609,7 @@ print_class_decls (out, jcf)
}
static void
DEFUN(process_file, (file, out),
DEFUN(process_file, (jcf, out),
JCF *jcf AND FILE *out)
{
int code, i;
......
......@@ -227,7 +227,7 @@ DEFUN(open_class, (filename, jcf, fd),
char *
DEFUN(find_classfile, (filename_length, jcf),
DEFUN(find_classfile, (filename, jcf),
char *filename AND JCF *jcf)
{
#if JCF_USE_STDIO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment