]> granicus.if.org Git - graphviz/commitdiff
remove C++ guards on hashkey.h
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 18 Dec 2021 22:35:31 +0000 (14:35 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 18 Dec 2021 22:35:31 +0000 (14:35 -0800)
These are no longer necessary now that this header contains no function
prototypes.

lib/ast/hashkey.h

index 14cedfc935fbc15b9e7ca33d1c03b9e7ede7355d..08935326622b5396046b0a464cfb4c30632935e7 100644 (file)
 
 #pragma once
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /*
  * Glenn Fowler
  * AT&T Research
@@ -43,7 +39,3 @@ extern "C" {
 #define HASHNKEY5(n,c5,c4,c3,c2,c1)    HASHKEY6((n)+'a',c5,c4,c3,c2,c1)
 
 #undef extern
-
-#ifdef __cplusplus
-}
-#endif