Skip to content

Commit b933877

Browse files
authored
Change default md5.h to use prototypes (#710)
1 parent 1dfd2fe commit b933877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libAtoms/md5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The following makes PROTOTYPES default to 0 if it has not already been defined with C compiler flags.
88
*/
99
#ifndef PROTOTYPES
10-
#define PROTOTYPES 0
10+
#define PROTOTYPES 1
1111
#endif
1212

1313
/* POINTER defines a generic pointer type */

0 commit comments

Comments
 (0)