Logo
Explore Help
Register Sign In
TeamHeptaMirrors/gcc
1
0
Fork 1
You've already forked gcc
mirror of https://github.com/gcc-mirror/gcc.git synced 2026-05-06 23:25:24 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
370c81d682cbd7af102a265f443642ebdde4fb23
gcc/libjava/include/java-props.h

16 lines
219 B
C
Raw Normal View History

libtool-version: Catch up by incrementing current. * libtool-version: Catch up by incrementing current. * configure.host: Disable use of GCJ_PROPERTIES for mips-tx39. * configure, include/config.h.in: Rebuilt. * acconfig.h (DISABLE_GETENV_PROPERTIES): Undefine. * configure.in: Added --disable-getenv-properties and new define `DISABLE_GETENV_PROPERTIES'. * prims.cc (PROCESS_GCJ_PROPERTIES): Define. (next_property_key): New function. (next_property_value): New function. (process_gcj_properties): New function. (JvRunMain): Call process_gcj_properties. (_JvRunMain): Ditto. * java/lang/natSystem.cc (init_properties): Set properties defined in GCJ_PROPERTIES. Also add 1.2 style versioning properties. * include/java-props.h: New file. * java/lang/natSystem.cc (init_properties): Add new properties to conform with Java Product Versioning Specification. From-SVN: r30007
1999-10-15 06:07:41 +00:00
// java-props.h - Properties -*- c++ -*-
#ifndef __JAVA_PROPS_H__
#define __JAVA_PROPS_H__
typedef struct
{
char *key;
size_t key_length;
char *value;
size_t value_length;
} property_pair;
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 423ms Template: 18ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API imprint