[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

[MD:4695] 2003/11/23 パッチを適用するとコンパイルエラー



藤井です。

2003/11/23 のパッチを適用すると、マクロ関数の引数の数が合わないため 
Cygwin 環境でビルドする時にコンパイルエラーになります。以下のパッチを
当てると直ります。

以上ご報告まで。

--- src/fns.c.orig	2003-11-24 08:21:43.756500000 +0900
+++ src/fns.c	2003-11-24 08:27:57.620125000 +0900
@@ -1182,7 +1182,7 @@
      (string)
      Lisp_Object string;
 {
-  CHECK_STRING (string);
+  CHECK_STRING (string, 0);
 
   return string_to_multibyte (string);
 }

--
藤井 正行 / Masayuki FUJII ( boochang@xxxxxxxxxxxx )