We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfd2fe commit a7f248fCopy full SHA for a7f248f
1 file changed
src/libAtoms/md5.h
@@ -24,7 +24,7 @@ typedef uint32_t UINT4;
24
If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
25
returns an empty list.
26
*/
27
-#if PROTOTYPES
+#ifndef NO_PROTOTYPES
28
#define PROTO_LIST(list) list
29
#else
30
#define PROTO_LIST(list) ()
0 commit comments