Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1ab8fe31f332500d9c114b923fc13619 > files > 1

clex-3.18-5.fc15.src.rpm

--- clex-3.18/configure	2008-04-30 13:37:37.000000000 -0300
+++ clex-3.18/configure-fedora	2008-04-30 13:37:37.000000000 -0300
@@ -3339,11 +3339,11 @@
 #ifdef __cplusplus
 extern "C"
 #endif
-char stdscr ();
+extern char stdscr ();
 int
 main ()
 {
-return stdscr ();
+return stdscr;
   ;
   return 0;
 }