diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-26 17:29:54 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-26 17:29:54 +0000 |
commit | 81b63669b1b8f7f2d174ffa488191a3b76357843 (patch) | |
tree | 905b526fbcacfd50601689b7ba00590e5d6fcd7e /java/shujit/files/patch-compiler.h | |
parent | Remove Java from this port. If you want to use GCC's Java you really want (diff) |
Update to 0.7.12.
Notes
Notes:
svn path=/head/; revision=58182
Diffstat (limited to 'java/shujit/files/patch-compiler.h')
-rw-r--r-- | java/shujit/files/patch-compiler.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/java/shujit/files/patch-compiler.h b/java/shujit/files/patch-compiler.h new file mode 100644 index 000000000000..18a07c2daa6b --- /dev/null +++ b/java/shujit/files/patch-compiler.h @@ -0,0 +1,30 @@ + +$FreeBSD$ + +--- compiler.h 2002/04/26 17:13:45 1.1 ++++ compiler.h 2002/04/26 17:17:19 +@@ -18,7 +18,7 @@ + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +- $Id: compiler.h,v 1.1 2002/04/26 17:13:45 root Exp root $ ++ $Id: compiler.h,v 1.1 2002/04/26 17:13:45 root Exp $ + */ + + #ifndef _COMPILER_H_ +@@ -61,13 +61,13 @@ + // Additional type definition + + #if !(defined(_ILP32) || defined(_LP64)) +-# ifndef _UINT16_T ++# if !defined(_UINT16_T) && !defined(_UINT16_T_DECLARED) + # define _UINT16_T + typedef unsigned short uint16_t; + # endif // _UINT16_T + + # ifndef __BIT_TYPES_DEFINED__ +-# ifndef _INT16_T ++# if !defined(_INT16_T) && !defined(_INT16_T_DECLARED) + # define _INT16_T + typedef short int16_t; + # endif // _INT16_T |