aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--md5global.h7
1 files changed, 1 insertions, 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