]> granicus.if.org Git - graphviz/commitdiff
Remove definition of `_proto_stdc`
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 31 Oct 2016 20:13:09 +0000 (21:13 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 7 Dec 2016 13:52:38 +0000 (14:52 +0100)
This definition is no longer used and can be safely removed.

ast_common.h.in
windows/include/ast_common.h

index 808f5fb025a8e0591c505d4d9d44aa03ec7b21f7..b01b356d140a638ae709c8a3462468e77ee13715 100644 (file)
@@ -42,7 +42,6 @@
 /* FIXME - need proper config test for these */
 #define _typ_ssize_t    1      /* ssize_t is a type */
 #define _typ_long_double        1      /* long double is a type */
-#define _proto_stdc 1          /* Standard-C prototypes ok  */
 /* */
 
 /* extern symbols must be protected against C++ name mangling */
index 1bdd8da51bf402645398dee8b7581ef579b646ab..cb904af1651570aeac21a6d4cb96816c6c67428c 100644 (file)
@@ -33,9 +33,6 @@
 #undef _typ_long_double
 #define _typ_long_double       1       /* long double is a type */
 
-#undef _proto_stdc
-#define _proto_stdc    1       /* Standard-C prototypes ok */
-
 /* extern symbols must be protected against C++ name mangling */
 #ifndef _BEGIN_EXTERNS_
 #if defined(__cplusplus) || defined(c_plusplus)