Prefixed all interpreter procs with "aml"

date	99.05.07.22.06.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:49:50 +00:00
parent ac1079f560
commit 18dd1054a8

View File

@ -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