summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-11-04 18:41:24 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-11-04 18:41:24 +0000
commit73e54f5b55699ef0e099c8c2678090a62d1d10c1 (patch)
tree5ad7521d9974044aa8684096e2d95b08d9a4e54c
parent5ad0bccecc2c0aafdc23571a491fccc31171c22c (diff)
downloadmpc-73e54f5b55699ef0e099c8c2678090a62d1d10c1.tar.gz
mpc-impl.h: correct use of sed in previous commit
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1113 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--src/mpc-impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpc-impl.h b/src/mpc-impl.h
index 1b087f2..89370e4 100644
--- a/src/mpc-impl.h
+++ b/src/mpc-impl.h
@@ -18,8 +18,8 @@ You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see http://www.gnu.org/licenses/ .
*/
-#ifndef __mpc_imagrefPL_H
-#define __mpc_imagrefPL_H
+#ifndef __MPC_IMPL_H
+#define __MPC_IMPL_H
/* If mpc-impl.h is included, we are either in the library build or in the
tests. Define __MPC_WITHIN_MPC in the first case, since Windows DLL needs