We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d093745 commit c65c23cCopy full SHA for c65c23c
src/zdigest.c
@@ -35,7 +35,6 @@
35
*/
36
37
#include "../include/czmq.h"
38
-// #include "../foreign/sha1/sha1.h"
39
#include "../foreign/sha1/sha1.c"
40
41
src/zframe.c
@@ -38,11 +38,6 @@
-// See <stdlib.h> for preceding exported definition.
42
-#ifndef _CRT_ERRNO_DEFINED
43
-extern int errno;
44
-#endif /* _CRT_ERRNO_DEFINED */
45
-
46
// Structure of our class
47
48
struct _zframe_t {
0 commit comments