]> git.pld-linux.org Git - packages/emacs.git/blame - emacs-ia64-2.patch
- desktop fix, rel. 4
[packages/emacs.git] / emacs-ia64-2.patch
CommitLineData
0800c7da
JR
1--- emacs-20.6.orig/src/coding.h Fri May 19 23:20:52 2000
2+++ emacs-20.6/src/coding.h Fri May 19 22:58:43 2000
3@@ -495,6 +495,9 @@
4 s2 = c2 + 0x7E; \
5 } while (0)
6
7+/* Must declare this, so that we don't lose high 4 bytes on 64-bit machines. */
8+extern Lisp_Object code_convert_string_norecord ();
9+
10 /* Encode the file name NAME using the specified coding system
11 for file names, if any. */
12 #define ENCODE_FILE(name) \
13
This page took 0.067884 seconds and 4 git commands to generate.