* gjavah.c (print_cxx_classname): Print "::" before qualified
name.
http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&database=java&pr=36
From-SVN: r28902
+1999-08-26 Tom Tromey <tromey@cygnus.com>
+
+ * gjavah.c (print_cxx_classname): Print "::" before qualified
+ name.
+
Thu Aug 26 09:10:58 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (lookup_cl): Changed leading comment. Now does its best
case 'Z': ctype = "jboolean"; goto printit;
case 'V': ctype = "void"; goto printit;
case 'L':
+ /* Print a leading "::" so we look in the right namespace. */
+ fputs ("::", stream);
++signature;
while (*signature && *signature != ';')
{
return 0;
fputs (prefix, stream);
+
+ /* Print a leading "::" so we look in the right namespace. */
+ fputs ("::", stream);
+
while (s < limit)
{
c = UTF8_GET (s, limit);