Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98978 Details for
Bug 150314
dev-util/eclipse-sdk-3.2.1 patchset update
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
eclipse-sdk-3.2.1-libswt-xpcomgcc4.patch
eclipse-sdk-3.2.1-libswt-xpcomgcc4.patch (text/plain), 3.35 KB, created by
Federico Fissore
on 2006-10-06 13:22:57 UTC
(
hide
)
Description:
eclipse-sdk-3.2.1-libswt-xpcomgcc4.patch
Filename:
MIME Type:
Creator:
Federico Fissore
Created:
2006-10-06 13:22:57 UTC
Size:
3.35 KB
patch
obsolete
>diff -urN ../tmp-orig/swt-gtk-3.1/xpcom.cpp ./xpcom.cpp >--- ../tmp-orig/swt-gtk-3.1/xpcom.cpp 2005-02-03 01:06:52.000000000 +0000 >+++ ./xpcom.cpp 2005-09-10 08:22:37.000000000 +0000 >@@ -141,7 +141,7 @@ > { > jint rc = 0; > XPCOM_NATIVE_ENTER(env, that, PR_1Malloc_FUNC); >- rc = (jint)PR_Malloc(arg0); >+ rc = (long)PR_Malloc(arg0); > XPCOM_NATIVE_EXIT(env, that, PR_1Malloc_FUNC); > return rc; > } >@@ -1868,7 +1868,7 @@ > { > jint rc = 0; > XPCOM_NATIVE_ENTER(env, that, nsEmbedCString_1get_FUNC); >- rc = (jint)((nsEmbedCString *)arg0)->get(); >+ rc = (long)((nsEmbedCString *)arg0)->get(); > XPCOM_NATIVE_EXIT(env, that, nsEmbedCString_1get_FUNC); > return rc; > } >@@ -1880,7 +1880,7 @@ > { > jint rc = 0; > XPCOM_NATIVE_ENTER(env, that, nsEmbedCString_1new___FUNC); >- rc = (jint)new nsEmbedCString(); >+ rc = (long)new nsEmbedCString(); > XPCOM_NATIVE_EXIT(env, that, nsEmbedCString_1new___FUNC); > return rc; > } >@@ -1894,7 +1894,7 @@ > jint rc = 0; > XPCOM_NATIVE_ENTER(env, that, nsEmbedCString_1new___3BI_FUNC); > if (arg0) if ((lparg0 = env->GetByteArrayElements(arg0, NULL)) == NULL) goto fail; >- rc = (jint)new nsEmbedCString((const char *)lparg0, arg1); >+ rc = (long)new nsEmbedCString((const char *)lparg0, arg1); > fail: > if (arg0 && lparg0) env->ReleaseByteArrayElements(arg0, lparg0, 0); > XPCOM_NATIVE_EXIT(env, that, nsEmbedCString_1new___3BI_FUNC); >@@ -1908,7 +1908,7 @@ > { > jint rc = 0; > XPCOM_NATIVE_ENTER(env, that, nsEmbedString_1Length_FUNC); >- rc = (jint)((nsEmbedString *)arg0)->Length(); >+ rc = (long)((nsEmbedString *)arg0)->Length(); > XPCOM_NATIVE_EXIT(env, that, nsEmbedString_1Length_FUNC); > return rc; > } >@@ -1930,7 +1930,7 @@ > { > jint rc = 0; > XPCOM_NATIVE_ENTER(env, that, nsEmbedString_1get_FUNC); >- rc = (jint)((nsEmbedString *)arg0)->get(); >+ rc = (long)((nsEmbedString *)arg0)->get(); > XPCOM_NATIVE_EXIT(env, that, nsEmbedString_1get_FUNC); > return rc; > } >@@ -1942,7 +1942,7 @@ > { > jint rc = 0; > XPCOM_NATIVE_ENTER(env, that, nsEmbedString_1new___FUNC); >- rc = (jint)new nsEmbedString(); >+ rc = (long)new nsEmbedString(); > XPCOM_NATIVE_EXIT(env, that, nsEmbedString_1new___FUNC); > return rc; > } >@@ -1956,7 +1956,7 @@ > jint rc = 0; > XPCOM_NATIVE_ENTER(env, that, nsEmbedString_1new___3C_FUNC); > if (arg0) if ((lparg0 = env->GetCharArrayElements(arg0, NULL)) == NULL) goto fail; >- rc = (jint)new nsEmbedString(lparg0); >+ rc = (long)new nsEmbedString(lparg0); > fail: > if (arg0 && lparg0) env->ReleaseCharArrayElements(arg0, lparg0, 0); > XPCOM_NATIVE_EXIT(env, that, nsEmbedString_1new___3C_FUNC); >@@ -1970,7 +1970,7 @@ > { > jboolean rc = 0; > XPCOM_NATIVE_ENTER(env, that, nsID_1Equals_FUNC); >- rc = (jboolean)((nsID *)arg0)->Equals(*(nsID *)arg1); >+ rc = (long)((nsID *)arg0)->Equals(*(nsID *)arg1); > XPCOM_NATIVE_EXIT(env, that, nsID_1Equals_FUNC); > return rc; > } >@@ -1984,7 +1984,7 @@ > jboolean rc = 0; > XPCOM_NATIVE_ENTER(env, that, nsID_1Parse_FUNC); > if (arg1) if ((lparg1 = env->GetStringUTFChars(arg1, NULL)) == NULL) goto fail; >- rc = (jboolean)((nsID *)arg0)->Parse((const char *)lparg1); >+ rc = (long)((nsID *)arg0)->Parse((const char *)lparg1); > fail: > if (arg1 && lparg1) env->ReleaseStringUTFChars(arg1, lparg1); > XPCOM_NATIVE_EXIT(env, that, nsID_1Parse_FUNC); >@@ -2008,7 +2008,7 @@ > { > jint rc = 0; > XPCOM_NATIVE_ENTER(env, that, nsID_1new_FUNC); >- rc = (jint)new nsID(); >+ rc = (long)new nsID(); > XPCOM_NATIVE_EXIT(env, that, nsID_1new_FUNC); > return rc; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 150314
:
98957
|
98958
|
98959
|
98960
|
98961
|
98962
|
98963
|
98964
|
98965
|
98967
|
98968
|
98969
|
98971
|
98972
|
98973
|
98974
|
98975
|
98976
|
98977
| 98978 |
98979
|
98981
|
98982
|
98983
|
98984
|
98985
|
98986
|
98987
|
98988
|
98989
|
98990
|
98991
|
98992
|
98993
|
98994