[TMP] enable load_prefer_newer
[bpt/emacs.git] / oldXMenu / FindPane.c
index 6c0be73..8101d00 100644 (file)
@@ -1,8 +1,7 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* Copyright    Massachusetts Institute of Technology    1985  */
-/* Copyright (C) 2002, 2003, 2004, 2005,
-                 2006 Free Software Foundation, Inc.  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
  */
 
 #include "XMenuInt.h"
+#include <string.h>
 
 int
-XMenuFindPane(menu, label)
-    register XMenu *menu;
-    register char *label;
+XMenuFindPane(register XMenu *menu, register char *label)
 {
     register XMPane *p_ptr;
     register int i = 0;
@@ -63,6 +61,3 @@ XMenuFindPane(menu, label)
     _XMErrorCode = XME_P_NOT_FOUND;
     return (XM_FAILURE);
 }
-
-/* arch-tag: b6c94285-0d1d-4569-a071-b34b63c67a54
-   (do not change this comment) */