langtools/test/tools/javah/SubClassConsts.win
author martin
Fri, 11 Jun 2010 18:55:45 -0700
changeset 5786 f60ef38202e7
parent 3783 f1aefacd7231
permissions -rw-r--r--
6944584: Improvements to subprocess handling on Unix Summary: use thread pool for reaper thread; move most I/O operations out of reaper thread Reviewed-by: michaelm, hiroshi
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3783
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
     1
/* DO NOT EDIT THIS FILE - it is machine generated */
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
     2
#include <jni.h>
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
     3
/* Header for class SubClassConsts */
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
     4
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
     5
#ifndef _Included_SubClassConsts
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
     6
#define _Included_SubClassConsts
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
     7
#ifdef __cplusplus
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
     8
extern "C" {
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
     9
#endif
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    10
#undef SubClassConsts_serialVersionUID
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    11
#define SubClassConsts_serialVersionUID 6733861379283244755i64
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    12
#undef SubClassConsts_SUPER_INT_CONSTANT
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    13
#define SubClassConsts_SUPER_INT_CONSTANT 3L
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    14
#undef SubClassConsts_SUPER_FLOAT_CONSTANT
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    15
#define SubClassConsts_SUPER_FLOAT_CONSTANT 99.3f
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    16
#undef SubClassConsts_SUPER_DOUBLE_CONSTANT
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    17
#define SubClassConsts_SUPER_DOUBLE_CONSTANT 33.2
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    18
#undef SubClassConsts_SUPER_BOOLEAN_CONSTANT
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    19
#define SubClassConsts_SUPER_BOOLEAN_CONSTANT 0L
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    20
#undef SubClassConsts_SUB_INT_CONSTANT
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    21
#define SubClassConsts_SUB_INT_CONSTANT 2L
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    22
#undef SubClassConsts_SUB_DOUBLE_CONSTANT
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    23
#define SubClassConsts_SUB_DOUBLE_CONSTANT 2.25
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    24
#undef SubClassConsts_SUB_FLOAT_CONSTANT
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    25
#define SubClassConsts_SUB_FLOAT_CONSTANT 7.9f
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    26
#undef SubClassConsts_SUB_BOOLEAN_CONSTANT
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    27
#define SubClassConsts_SUB_BOOLEAN_CONSTANT 1L
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    28
#ifdef __cplusplus
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    29
}
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    30
#endif
f1aefacd7231 6879346: files have Windows newlines
jjg
parents: 10
diff changeset
    31
#endif