]> granicus.if.org Git - graphviz/commitdiff
lib/cgraph: replace header guards with more modern #pragma once
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 17 Oct 2021 18:55:59 +0000 (11:55 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 20 Oct 2021 04:13:14 +0000 (21:13 -0700)
lib/cgraph/agxbuf.h
lib/cgraph/cghdr.h
lib/cgraph/cgraph.h

index 3ed3c736ea5d405a1c37dd8bfae8a16169f5cb95..e1549caae61d9c28ecc6ab52f4026be8808ed802 100644 (file)
@@ -8,13 +8,12 @@
  * Contributors: Details at https://graphviz.org
  *************************************************************************/
 
+#pragma once
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#ifndef         AGXBUF_H
-#define         AGXBUF_H
-
 #include <stddef.h>
 
 #ifdef _WIN32
@@ -141,8 +140,6 @@ static inline int agxbputc(agxbuf * xb, char c) {
  */
     AGXBUF_API char *agxbdisown(agxbuf * xb);
 
-#endif
-
 #ifdef __cplusplus
 }
 #endif
index e42c03c9583fa9400ab2161e8002a33eb6f208aa..e8974a40b928a81c1cfc2d5bb0c88a6b3023e6e2 100644 (file)
@@ -8,8 +8,8 @@
  * Contributors: Details at https://graphviz.org
  *************************************************************************/
 
-#ifndef ATT_GRAPHPVT_H
-#define ATT_GRAPHPVT_H 1
+#pragma once
+
 #define _BLD_cgraph 1
 
 #ifdef _WIN32
@@ -156,5 +156,3 @@ void agrecord_callback(Agraph_t * g, Agobj_t * obj, cb_t kind,
 void aginitcb(Agraph_t * g, void *obj, Agcbstack_t * disc);
 void agupdcb(Agraph_t * g, void *obj, Agsym_t * sym, Agcbstack_t * disc);
 void agdelcb(Agraph_t * g, void *obj, Agcbstack_t * disc);
-
-#endif                         /* ATT_GRAPHPVT_H */
index 4ad5761e963f0e32b9d1ca5c7894494bc3f51dce..c31bc91314072d495997eb061e3c7bbcd552db2a 100644 (file)
@@ -8,8 +8,7 @@
  * Contributors: Details at https://graphviz.org
  *************************************************************************/
 
-#ifndef ATT_GRAPH_H
-#define ATT_GRAPH_H
+#pragma once
 
 #include <inttypes.h>
 #include "cdt.h"
@@ -459,4 +458,3 @@ and edges are embedded in main graph objects but allocated separately in subgrap
 #ifdef __cplusplus
 }
 #endif
-#endif