FreeBSD Bugzilla – Attachment 79154 Details for
Bug 113755
editors/tamago does not work with FreeWnn-server on 64-bit emacs.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 570 bytes, created by
Nobuhiro Ban
on 2007-06-16 17:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Nobuhiro Ban
Created:
2007-06-16 17:10:02 UTC
Size:
570 bytes
patch
obsolete
>--- egg/wnnrpc.el Sat Jun 16 23:30:29 2007 >+++ egg/wnnrpc.el Sat Jun 16 23:29:00 2007 >@@ -714,8 +714,14 @@ > ,send-expr ,@rcv-exprs)) > > (defmacro wnnrpc-get-result (&rest body) >- `(let (result) >- (comm-unpack (u) result) >+ `(let (result resulth) >+ (comm-unpack (w w) resulth result) >+ (cond ((and (= result 65535) (= resulth 65535)) >+ (setq result -1)) >+ ((= resulth (lsh (lsh resulth 16) -16)) >+ (setq result (+ (lsh resulth 16) result))) >+ (t >+ (error "overflow"))) > (if (< result 0) > (progn > (comm-unpack (u) result)
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 113755
: 79154