From 25e3eeffe377f4747995563036ae548cf4fdc017 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 4 Nov 2014 15:58:13 -0600 Subject: A naming kludge that I 'fixed' is actually reuired --- apps/interpreters/bas/autotypes.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'apps/interpreters') diff --git a/apps/interpreters/bas/autotypes.h b/apps/interpreters/bas/autotypes.h index 211a1d3f4..ce736ca37 100644 --- a/apps/interpreters/bas/autotypes.h +++ b/apps/interpreters/bas/autotypes.h @@ -56,8 +56,14 @@ * ****************************************************************************/ -#ifndef __APPS_EXAMPLES_BAS_AUTOTYPES_H -#define __APPS_EXAMPLES_BAS_AUTOTYPES_H +/* REVISIT: Why is this? If the following is __APPS_EXAMPLES_BAS_AUTOTYPES_H + * then there are compile errors! Those compile errors occur because this + * function defines some of the same structures as does auto.h. BUT, the + * definitions ARE NOT THE SAME. What is up with this? + */ + +#ifndef __APPS_EXAMPLES_BAS_AUTO_H +#define __APPS_EXAMPLES_BAS_AUTO_H /**************************************************************************** * Included Files @@ -98,4 +104,4 @@ union AutoSlot struct Var var; }; -#endif /* __APPS_EXAMPLES_BAS_AUTOTYPES_H */ +#endif /* __APPS_EXAMPLES_BAS_AUTO_H */ -- cgit v1.2.3