diff xtract/xtract_types.h @ 56:450712b21565

Added namespacing to enumerations and defines. Made most macros private.
author Jamie Bullock <jamie@postlude.co.uk>
date Mon, 29 Jan 2007 11:30:11 +0000
parents 819937ea6359
children e4f704649c50
line wrap: on
line diff
--- a/xtract/xtract_types.h	Sun Jan 21 14:40:23 2007 +0000
+++ b/xtract/xtract_types.h	Mon Jan 29 11:30:11 2007 +0000
@@ -20,8 +20,8 @@
 
 /* \file xtract_types.h: declares specialised variable types used by libxtract */
 
-#ifndef XTRACT_TYPES
-#define XTRACT_TYPES
+#ifndef XTRACT_TYPES_H
+#define XTRACT_TYPES_H
 
 #ifdef __cplusplus
 extern "C" {