From 07b78716af6a9d7c9fd1e94d9baf94a52c873947 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Fri, 30 Sep 2016 16:24:48 +0000 Subject: Makefile.def: Remove libjava. 2016-09-30 Andrew Haley * Makefile.def: Remove libjava. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. * configure.ac: Likewise. * configure: Likewise. * gcc/java: Remove. * libjava: Likewise. From-SVN: r240662 --- libjava/gnu/java/math/Fixed.h | 44 ------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 libjava/gnu/java/math/Fixed.h (limited to 'libjava/gnu/java/math/Fixed.h') diff --git a/libjava/gnu/java/math/Fixed.h b/libjava/gnu/java/math/Fixed.h deleted file mode 100644 index 18f522e..0000000 --- a/libjava/gnu/java/math/Fixed.h +++ /dev/null @@ -1,44 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __gnu_java_math_Fixed__ -#define __gnu_java_math_Fixed__ - -#pragma interface - -#include -extern "Java" -{ - namespace gnu - { - namespace java - { - namespace math - { - class Fixed; - } - } - } -} - -class gnu::java::math::Fixed : public ::java::lang::Object -{ - - Fixed(); -public: - static jint div(jint, jint, jint); - static jint mul(jint, jint, jint); - static jint ceil(jint, jint); - static jint floor(jint, jint); - static jint trunc(jint, jint); - static jint round(jint, jint); - static jfloat floatValue(jint, jint); - static jdouble doubleValue(jint, jint); - static jint fixedValue(jint, jfloat); - static jint fixedValue(jint, jdouble); - static jint intValue(jint, jint); - static jint roundIntValue(jint, jint); - static ::java::lang::Class class$; -}; - -#endif // __gnu_java_math_Fixed__ -- cgit v1.1