aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2007-03-14 14:30:48 +0000
committerschnetter <schnetter@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2007-03-14 14:30:48 +0000
commited372c173fa6fb2e5fde524bdf2e3c418fa4dc45 (patch)
treefc0c9a3c7bb63bddd7cf70b04478ca7767d6de69
parent5ab6bb897b61372893c3d49fe3e972ac867e210d (diff)
Correct wrong macro declaration.
This error should have had no effect on correctness; I believe that there could have been at most problems with duplicate macro definitions, about which the compiler would have complained. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@95 b1d164ef-f17a-46e7-89d4-021c7118ef4e
-rw-r--r--src/macro/DXYDG_guts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macro/DXYDG_guts.h b/src/macro/DXYDG_guts.h
index 4fdca5a..1f4db8f 100644
--- a/src/macro/DXYDG_guts.h
+++ b/src/macro/DXYDG_guts.h
@@ -15,7 +15,7 @@
@@*/
#ifndef DXYDG_GUTS
-#define DXYDG_DECLARE
+#define DXYDG_GUTS
#include "DXDG_guts.h"
#include "DYDG_guts.h"