natThrowable.cc: Don't use `#pragma implementation'.

* java/lang/natThrowable.cc: Don't use `#pragma implementation'.
	From Bryce McKinlay.

From-SVN: r31505
This commit is contained in:
Tom Tromey 2000-01-19 18:59:27 +00:00 committed by Tom Tromey
parent 7c734b1758
commit db70b4bd91
3 changed files with 49 additions and 16 deletions

View file

@ -17,8 +17,6 @@ details. */
#include <string.h>
#pragma implementation "Throwable.h"
#include <gcj/cni.h>
#include <jvm.h>
#include <java/lang/Object.h>