SableCC problem fixed
Archie Cobbs
archie at whistle.com
Wed Jul 15 18:27:02 PDT 1998
I found the bug that was causing SableCC to fail:
Index: libraries/javalib/java/lang/Class.java
===================================================================
RCS file: /cvs/mod/net/kaffe/libraries/javalib/java/lang/Class.java,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Class.java
*** Class.java 1998/07/14 16:49:30 1.1.1.1
--- Class.java 1998/07/16 01:26:27
***************
*** 165,170 ****
--- 165,171 ----
if (tail != -1) {
buf.append(cname.substring(0, tail).replace('.', '/'));
}
+ buf.append('/');
buf.append(name);
name = buf.toString();
}
-Archie
___________________________________________________________________________
Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com
More information about the kaffe
mailing list