]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/Error.c
Remove now-inaccurate bytecode comments
[gnu-emacs] / oldXMenu / Error.c
index 0bd4fcc87824c9755f21b28405529cf0a0f03611..01738458b6acd671a5268d2f06cf5334313d6eb5 100644 (file)
@@ -1,7 +1,7 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* Copyright    Massachusetts Institute of Technology    1985  */
-/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.  */
 
 /*
  * 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) */