diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-08 17:53:03 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-08 17:53:03 +0000 |
commit | 3e05a7e1563a3eb1cec3595c80d669fc71384a28 (patch) | |
tree | cd57175c96b9f3b76cf03f0008eafe2c4ae3d86a /md5global.h | |
parent | cb236290e267f17d5f81a18d742b81f1b74b05a2 (diff) | |
download | fetchmail-3e05a7e1563a3eb1cec3595c80d669fc71384a28.tar.gz fetchmail-3e05a7e1563a3eb1cec3595c80d669fc71384a28.tar.bz2 fetchmail-3e05a7e1563a3eb1cec3595c80d669fc71384a28.zip |
Prototypes everywhere.
svn path=/trunk/; revision=516
Diffstat (limited to 'md5global.h')
-rw-r--r-- | md5global.h | 7 |
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 |