emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macselect.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macselect.c
Date: Sun, 07 May 2006 08:05:38 +0000

Index: emacs/src/macselect.c
diff -u emacs/src/macselect.c:1.12 emacs/src/macselect.c:1.13
--- emacs/src/macselect.c:1.12  Fri May  5 06:44:29 2006
+++ emacs/src/macselect.c       Sun May  7 08:05:38 2006
@@ -1252,7 +1252,6 @@
      DragRef drag;
 {
   OSErr err;
-  UInt16 index;
   int num_types, i;
   Lisp_Object rest, str;
   FlavorType *types;
@@ -1350,7 +1349,7 @@
                                  GetEventTypeCount (specs), specs, NULL, NULL);
 }
 
-extern OSErr mac_store_services_event P_ ((EventRef));
+extern OSStatus mac_store_services_event P_ ((EventRef));
 
 static OSStatus
 copy_scrap_flavor_data (from_scrap, to_scrap, flavor_type)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]