From 18dd1054a81aac22ab9cf135bf32926b73fd9d73 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:49:50 +0000 Subject: [PATCH] Prefixed all interpreter procs with "aml" date 99.05.07.22.06.00; author rmoore1; state Exp; --- source/include/acnamesp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/include/acnamesp.h b/source/include/acnamesp.h index da6292750..53ddd9128 100644 --- a/source/include/acnamesp.h +++ b/source/include/acnamesp.h @@ -132,12 +132,12 @@ * Valid NsType values must not include any character acceptable in a name. */ -#define IsNsHandle(h) (NcOK ((INT32) * (char *) (h))) +#define IS_NS_HANDLE(h) (AmlGoodChar((INT32) * (char *) (h))) /* To search the entire name space, pass this as SearchBase */ -#define NS_ALL ((NsHandle)0) +#define NS_ALL ((NsHandle)0) #define NUM_NS_TYPES 37