diff options
author | Andrew Haley <aph@redhat.com> | 2016-09-30 16:24:48 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2016-09-30 16:24:48 +0000 |
commit | 07b78716af6a9d7c9fd1e94d9baf94a52c873947 (patch) | |
tree | 3f22b3241c513ad168c8353805614ae1249410f4 /libjava/gnu/java/util/regex/RETokenRepeated$TryAnotherResult.h | |
parent | eae993948bae8b788c53772bcb9217c063716f93 (diff) | |
download | gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.zip gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.gz gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.bz2 |
Makefile.def: Remove libjava.
2016-09-30 Andrew Haley <aph@redhat.com>
* Makefile.def: Remove libjava.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
* configure.ac: Likewise.
* configure: Likewise.
* gcc/java: Remove.
* libjava: Likewise.
From-SVN: r240662
Diffstat (limited to 'libjava/gnu/java/util/regex/RETokenRepeated$TryAnotherResult.h')
-rw-r--r-- | libjava/gnu/java/util/regex/RETokenRepeated$TryAnotherResult.h | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/libjava/gnu/java/util/regex/RETokenRepeated$TryAnotherResult.h b/libjava/gnu/java/util/regex/RETokenRepeated$TryAnotherResult.h deleted file mode 100644 index 5a6ef3b..0000000 --- a/libjava/gnu/java/util/regex/RETokenRepeated$TryAnotherResult.h +++ /dev/null @@ -1,46 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __gnu_java_util_regex_RETokenRepeated$TryAnotherResult__ -#define __gnu_java_util_regex_RETokenRepeated$TryAnotherResult__ - -#pragma interface - -#include <java/lang/Object.h> -#include <gcj/array.h> - -extern "Java" -{ - namespace gnu - { - namespace java - { - namespace util - { - namespace regex - { - class REMatch; - class RETokenRepeated$TryAnotherResult; - } - } - } - } -} - -class gnu::java::util::regex::RETokenRepeated$TryAnotherResult : public ::java::lang::Object -{ - - RETokenRepeated$TryAnotherResult(); -public: // actually package-private - RETokenRepeated$TryAnotherResult(::gnu::java::util::regex::RETokenRepeated$TryAnotherResult *); - ::gnu::java::util::regex::REMatch * __attribute__((aligned(__alignof__( ::java::lang::Object)))) result; - jint status; - static const jint RESULT_FOUND = 1; - static const jint TRY_FURTHER = 2; - static const jint NOTHING_FOUND = 3; - JArray< jint > * visited; -public: - static ::java::lang::Class class$; -}; - -#endif // __gnu_java_util_regex_RETokenRepeated$TryAnotherResult__ |