]> granicus.if.org Git - graphviz/commit
remove MEMCPY wrapper and expand it everywhere
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 31 May 2020 21:04:49 +0000 (14:04 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Jun 2020 00:34:31 +0000 (17:34 -0700)
commit776febf69ddce5363c723316fcf79a574ab81595
tree8fcdee4437d0fd11e80d9930d7bacb4b2be79ee1
parent83d45d49b4ba19b3d2ca97b2f0b3d4ef30b00eb3
remove MEMCPY wrapper and expand it everywhere

This removes one of two MEMCPY macros and replaces invocations of it with its
trivial expansion. This makes it more obvious that the remaining MEMCPY calls
are seeing the one remaining MEMCPY definition. Related to #1723.
cmd/gvmap/make_map.c
lib/edgepaint/furtherest_point.c
lib/edgepaint/node_distinct_coloring.c
lib/mingle/agglomerative_bundling.c
lib/mingle/edge_bundling.c
lib/sfdpgen/post_process.c
lib/sfdpgen/sparse_solve.c
lib/sfdpgen/spring_electrical.c
lib/sparse/SparseMatrix.c
lib/sparse/general.h
lib/sparse/mq.c