Changeset: 363c5f14e6be for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=363c5f14e6be
Modified Files:
        monetdb5/modules/mal/mat.h
Branch: Feb2013
Log Message:

Use correct define.


diffs (40 lines):

diff --git a/monetdb5/modules/mal/mat.h b/monetdb5/modules/mal/mat.h
--- a/monetdb5/modules/mal/mat.h
+++ b/monetdb5/modules/mal/mat.h
@@ -3,21 +3,23 @@
  * Version 1.1 (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * http://www.monetdb.org/Legal/MonetDBLicense
- * 
+ *
  * Software distributed under the License is distributed on an "AS IS"
  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
  * License for the specific language governing rights and limitations
  * under the License.
- * 
+ *
  * The Original Code is the MonetDB Database System.
- * 
+ *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
  * Copyright August 2008-2013 MonetDB B.V.
  * All Rights Reserved.
-*/
-#ifndef _INSPECT_H
-#define _INSPECT_H 
+ */
+
+#ifndef _MAT_H
+#define _MAT_H
+
 #include <stdarg.h>
 #include "mal_resolve.h"
 #include "mal_exception.h"
@@ -49,4 +51,5 @@ mat_export str MATrefine(Client cntxt, M
 mat_export str MATsortReverseTail(Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr pci);
 mat_export str MATsortTail(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci);
 mat_export str MATrefineReverse(Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr pci);
-#endif /* _INSPECT_H */
+
+#endif /* _MAT_H */
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to