From 592c723d7fe2dc8794182d6270a127e63f6e2973 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 29 Jan 2007 11:30:11 +0000 Subject: Added namespacing to enumerations and defines. Made most macros private. --- xtract/xtract_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xtract/xtract_types.h') diff --git a/xtract/xtract_types.h b/xtract/xtract_types.h index f679a27..d305f54 100644 --- a/xtract/xtract_types.h +++ b/xtract/xtract_types.h @@ -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" { -- cgit v1.2.3