declare smobs in alloc.c
[bpt/emacs.git] / oldXMenu / Error.c
index ebd4d7a..0173845 100644 (file)
@@ -1,7 +1,7 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/Error.c,v 1.2 2003/09/01 15:45:47 miles Exp $ */
-/* Copyright    Massachusetts Institute of Technology    1985  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
@@ -16,8 +16,8 @@
 
 #include "XMenuInt.h"
 
-char *
-XMenuError()
+char const *
+XMenuError(void)
 {
     static char message[128];          /* Error message buffer. */
 
@@ -27,6 +27,3 @@ XMenuError()
     sprintf(message, "Unknown _XMErrorCode: %d", _XMErrorCode);
     return(message);
 }
-
-/* arch-tag: 5fff4a23-40ca-40d0-8887-c50fc73dea9d
-   (do not change this comment) */