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_vector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xtract/xtract_vector.h') diff --git a/xtract/xtract_vector.h b/xtract/xtract_vector.h index 4be7e45..a66e840 100644 --- a/xtract/xtract_vector.h +++ b/xtract/xtract_vector.h @@ -20,8 +20,8 @@ /* xtract_scalar.h: declares functions that extract a feature as a vector from an input vector */ -#ifndef XTRACT_VECTOR -#define XTRACT_VECTOR +#ifndef XTRACT_VECTOR_H +#define XTRACT_VECTOR_H #ifdef __cplusplus extern "C" { -- cgit v1.2.3