]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mozilla/files/xptcstubs.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mozilla / files / xptcstubs.patch
1 Index: xptcstubs_arm.cpp
2 ===================================================================
3 RCS file: /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp,v
4 retrieving revision 1.7
5 diff -u -r1.7 xptcstubs_arm.cpp
6 --- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp 18 Apr 2004 14:18:18 -0000      1.7
7 +++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp 4 May 2004 18:36:44 -0000
8 @@ -45,9 +45,9 @@
9  #endif
10  
11  /* Specify explicitly a symbol for this function, don't try to guess the c++ mangled symbol.  */
12 -static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch");
13 +nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch");
14  
15 -static nsresult
16 +nsresult
17  PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args)
18  {
19  #define PARAM_BUFFER_COUNT     16