Commit 4cc4a45b by Per Bothner

Loks of changes so we can better compile from source.

 
Loks of changes so we can better compile from source.  See ChangeLog.

From-SVN: r24277
parent 0b245181
...@@ -1078,7 +1078,7 @@ DEFUN(main, (argc, argv), ...@@ -1078,7 +1078,7 @@ DEFUN(main, (argc, argv),
fprintf (stderr, "Processing %s\n", classname); fprintf (stderr, "Processing %s\n", classname);
if (! output_file) if (! output_file)
jcf_dependency_reset (); jcf_dependency_reset ();
classfile_name = find_class (classname, strlen (classname), &jcf, 1); classfile_name = find_class (classname, strlen (classname), &jcf, 0);
if (classfile_name == NULL) if (classfile_name == NULL)
{ {
fprintf (stderr, "%s: no such class\n", classname); fprintf (stderr, "%s: no such class\n", classname);
......
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