(MIN_CHAR_GREEK): Comment out.
[chise/xemacs-chise.git-] / src / sysdep.c
index 7f5486b..99b4313 100644 (file)
@@ -2145,9 +2145,9 @@ hft_reset (struct console *con)
  */
 
 #ifdef __cplusplus
-  extern "C" int _start ();
+  extern "C" int _start (void);
 #else
-  extern int _start ();
+  extern int _start (void);
 #endif
 
 #ifndef HAVE_TEXT_START