]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/system.h
reload.c: PROTO -> PARAMS.
[gcc.git] / gcc / system.h
index 5d31b45f2acb622a3176f3042329bb6b39723a88..99b0d08703079deabd8477767a46d07785888b0e 100644 (file)
@@ -58,7 +58,7 @@ Boston, MA 02111-1307, USA.  */
 # undef fputs
 # define fputs(String, Stream) fputs_unlocked (String, Stream)
 # ifdef NEED_DECLARATION_FPUTS_UNLOCKED
-extern int fputs_unlocked PROTO ((const char *, FILE *));
+extern int fputs_unlocked PARAMS ((const char *, FILE *));
 # endif
 #endif
 
This page took 0.028254 seconds and 5 git commands to generate.