Commit 5b6728d4 by Tom Tromey Committed by Tom Tromey

re PR libgcj/31890 (Java Namespace error - javaprims.h out of sync)

	PR libgcj/31890:
	* gcj/javaprims.h: Regenerate class list.

From-SVN: r138664
parent fdd01a19
2008-08-04 Tom Tromey <tromey@redhat.com>
PR libgcj/31890:
* gcj/javaprims.h: Regenerate class list.
2008-07-16 Roger Sayle <roger@eyesopen.com> 2008-07-16 Roger Sayle <roger@eyesopen.com>
Paolo Bonzini <bonzini@gnu.org> Paolo Bonzini <bonzini@gnu.org>
......
// javaprims.h - Main external header file for libgcj. -*- c++ -*- // javaprims.h - Main external header file for libgcj. -*- c++ -*-
/* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 /* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
...@@ -440,6 +440,7 @@ extern "Java" ...@@ -440,6 +440,7 @@ extern "Java"
class EnumMap$7; class EnumMap$7;
class EnumSet; class EnumSet;
class EnumSet$1; class EnumSet$1;
class EnumSet$2;
class Enumeration; class Enumeration;
class EventListener; class EventListener;
class EventListenerProxy; class EventListenerProxy;
...@@ -614,6 +615,11 @@ extern "Java" ...@@ -614,6 +615,11 @@ extern "Java"
class ConcurrentSkipListMap$Values; class ConcurrentSkipListMap$Values;
class ConcurrentSkipListSet; class ConcurrentSkipListSet;
class CopyOnWriteArrayList; class CopyOnWriteArrayList;
class CopyOnWriteArrayList$1;
class CopyOnWriteArrayList$2;
class CopyOnWriteArrayList$3;
class CopyOnWriteArrayList$RandomAccessSubList;
class CopyOnWriteArrayList$SubList;
class CopyOnWriteArraySet; class CopyOnWriteArraySet;
class CountDownLatch; class CountDownLatch;
class CountDownLatch$Sync; class CountDownLatch$Sync;
......
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