Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
03832e2e72

+ 1 - 1
panda/src/graph/allAttributesWrapper.h

@@ -63,7 +63,7 @@ INLINE_GRAPH ostream &operator << (ostream &out, const AllAttributesWrapper &a);
 
 #include "allAttributesWrapper.T"
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "allAttributesWrapper.I"
 #endif
 

+ 1 - 1
panda/src/graph/allTransitionsWrapper.h

@@ -119,7 +119,7 @@ INLINE_GRAPH ostream &operator << (ostream &out, const AllTransitionsWrapper &nt
 
 #include "allTransitionsWrapper.T"
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "allTransitionsWrapper.I"
 #endif
 

+ 1 - 1
panda/src/graph/arcChain.h

@@ -139,7 +139,7 @@ private:
 
 INLINE_GRAPH ostream &operator << (ostream &out, const ArcChain &arc_chain);
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "arcChain.I"
 #endif
 

+ 1 - 1
panda/src/graph/boundedObject.h

@@ -63,7 +63,7 @@ private:
   static TypeHandle _type_handle;
 };
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "boundedObject.I"
 #endif
 

+ 1 - 1
panda/src/graph/immediateTransition.h

@@ -75,7 +75,7 @@ private:
   static TypeHandle _type_handle;
 };
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "immediateTransition.I"
 #endif
 

+ 1 - 1
panda/src/graph/multiTransitionHelpers.h

@@ -124,7 +124,7 @@ bmap_apply(InputIterator1 first1, InputIterator1 last1,
 	   bool complete_transition, TransitionDirection want_dirs,
 	   OutputIterator result);
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "multiTransitionHelpers.I"
 #endif
 

+ 1 - 1
panda/src/graph/namedNode.h

@@ -58,7 +58,7 @@ private:
 // or Namable) that NamedNode uses.
 EXPCL_PANDA INLINE_GRAPH ostream & operator << (ostream &out, const NamedNode &nod);
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "namedNode.I"
 #endif
 

+ 1 - 1
panda/src/graph/node.h

@@ -149,7 +149,7 @@ find_arc(Node *parent, Node *child, TypeHandle graph_type);
 EXPCL_PANDA INLINE_GRAPH bool
 remove_child(Node *parent, Node *child, TypeHandle graph_type);
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "node.I"
 #endif
 

+ 1 - 1
panda/src/graph/nodeAttribute.h

@@ -101,7 +101,7 @@ private:
 
 INLINE_GRAPH ostream &operator << (ostream &out, const NodeAttribute &nab);
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "nodeAttribute.I"
 #endif
 

+ 1 - 1
panda/src/graph/nodeAttributeWrapper.h

@@ -51,7 +51,7 @@ INLINE_GRAPH ostream &operator << (ostream &out, const NodeAttributeWrapper &naw
 
 #include "nodeAttributeWrapper.T"
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "nodeAttributeWrapper.I"
 #endif
 

+ 1 - 1
panda/src/graph/nodeAttributes.h

@@ -83,7 +83,7 @@ INLINE_GRAPH ostream &operator << (ostream &out, const NodeAttributes &nas);
 
 #include "nodeAttributes.T"
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "nodeAttributes.I"
 #endif
 

+ 1 - 1
panda/src/graph/nodeRelation.h

@@ -230,7 +230,7 @@ typedef map<TypeHandle, UpRelationPointers> UpRelations;
 
 #include "nodeRelation.T"
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "nodeRelation.I"
 #endif
 

+ 1 - 1
panda/src/graph/nodeTransition.h

@@ -126,7 +126,7 @@ private:
 
 INLINE_GRAPH ostream &operator << (ostream &out, const NodeTransition &ntb);
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "nodeTransition.I"
 #endif
 

+ 1 - 1
panda/src/graph/nodeTransitionCache.h

@@ -102,7 +102,7 @@ private:
 
 INLINE_GRAPH ostream &operator << (ostream &out, const NodeTransitionCache &ntc);
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "nodeTransitionCache.I"
 #endif
 

+ 1 - 1
panda/src/graph/nodeTransitionCacheEntry.h

@@ -85,7 +85,7 @@ private:
 
 INLINE_GRAPH ostream &operator << (ostream &out, const NodeTransitionCacheEntry &e);
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "nodeTransitionCacheEntry.I"
 #endif
 

+ 1 - 1
panda/src/graph/nodeTransitionWrapper.h

@@ -84,7 +84,7 @@ private:
 
 INLINE_GRAPH ostream &operator << (ostream &out, const NodeTransitionWrapper &ntw);
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "nodeTransitionWrapper.I"
 #endif
 

+ 1 - 1
panda/src/graph/nodeTransitions.h

@@ -75,7 +75,7 @@ private:
 
 INLINE_GRAPH ostream &operator << (ostream &out, const NodeTransitions &nts);
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "nodeTransitions.I"
 #endif
 

+ 1 - 1
panda/src/graph/nullAttributeWrapper.h

@@ -42,7 +42,7 @@ public:
 
 INLINE_GRAPH ostream &operator << (ostream &out, const NullAttributeWrapper &naw);
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "nullAttributeWrapper.I"
 #endif
 

+ 1 - 1
panda/src/graph/nullTransitionWrapper.h

@@ -77,7 +77,7 @@ public:
 
 INLINE_GRAPH ostream &operator << (ostream &out, const NullTransitionWrapper &ntw);
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "nullTransitionWrapper.I"
 #endif
 

+ 1 - 1
panda/src/graph/onOffAttribute.h

@@ -63,7 +63,7 @@ private:
 friend class OnOffTransition;
 };
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "onOffAttribute.I"
 #endif
 

+ 1 - 1
panda/src/graph/onOffTransition.h

@@ -95,7 +95,7 @@ private:
   friend class OnOffAttribute;
 };
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "onOffTransition.I"
 #endif
 

+ 1 - 1
panda/src/graph/onTransition.h

@@ -75,7 +75,7 @@ private:
   friend class OnAttribute;
 };
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "onTransition.I"
 #endif
 

+ 1 - 1
panda/src/graph/wrt.h

@@ -128,7 +128,7 @@ wrt_subtree(NodeRelation *arc, Node *to, UpdateSeq as_of, UpdateSeq now,
 	    TransitionWrapper &result, TypeHandle graph_type);
 
 
-#ifdef BUILDING_PANDA
+#ifndef DONT_INLINE_GRAPH
 #include "wrt.I"
 #endif
 

+ 1 - 0
panda/src/pandabase/pandasymbols.h

@@ -126,6 +126,7 @@
 #define INLINE_GRAPH __forceinline
 #else
 #define INLINE_GRAPH
+#define DONT_INLINE_GRAPH
 #endif
 
 #else