From 3e05a7e1563a3eb1cec3595c80d669fc71384a28 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 8 Nov 1996 17:53:03 +0000 Subject: Prototypes everywhere. svn path=/trunk/; revision=516 --- md5global.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/md5global.h b/md5global.h index 2be7a842..de2f91d4 100644 --- a/md5global.h +++ b/md5global.h @@ -10,12 +10,7 @@ /* GLOBAL.H - RSAREF types and constants */ -/* PROTOTYPES should be set to one if and only if the compiler supports - function argument prototyping. -The following makes PROTOTYPES default to 0 if it has not already - been defined with C compiler flags. - */ - +/* force prototypes on, we need ANSI C anyway */ #ifndef PROTOTYPES #define PROTOTYPES 1 #endif -- cgit v1.2.3