Skip to content

Commit a7f248f

Browse files
committed
default md5.h to define function prototypes
1 parent 1dfd2fe commit a7f248f

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
@@ -24,7 +24,7 @@ typedef uint32_t UINT4;
2424
If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
2525
returns an empty list.
2626
*/
27-
#if PROTOTYPES
27+
#ifndef NO_PROTOTYPES
2828
#define PROTO_LIST(list) list
2929
#else
3030
#define PROTO_LIST(list) ()

0 commit comments

Comments
 (0)