add gcc 4.70

This commit is contained in:
Wolfgang Thaller
2012-03-28 01:13:14 +02:00
parent 023d88e105
commit aaf905ce07
75990 changed files with 12984418 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_util_FormattableFlags__
#define __java_util_FormattableFlags__
#pragma interface
#include <java/lang/Object.h>
class java::util::FormattableFlags : public ::java::lang::Object
{
FormattableFlags();
public:
static const jint LEFT_JUSTIFY = 1;
static const jint UPPERCASE = 2;
static const jint ALTERNATE = 4;
public: // actually package-private
static const jint PLUS = 8;
static const jint SPACE = 16;
static const jint ZERO = 32;
static const jint COMMA = 64;
static const jint PAREN = 128;
public:
static ::java::lang::Class class$;
};
#endif // __java_util_FormattableFlags__