summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/rule/prdrToken.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/framework/rule/prdrToken.H')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/rule/prdrToken.H14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/usr/diag/prdf/common/framework/rule/prdrToken.H b/src/usr/diag/prdf/common/framework/rule/prdrToken.H
index 38e7bb061..4c1cffb01 100755
--- a/src/usr/diag/prdf/common/framework/rule/prdrToken.H
+++ b/src/usr/diag/prdf/common/framework/rule/prdrToken.H
@@ -53,14 +53,12 @@ extern void yyerror(const char *);
extern int yyline;
extern std::stack<std::pair<std::string, int> > yyincfiles;
-extern PrdrChip * g_currentChip;
+namespace PRDR_COMPILER
+{
+
+extern Chip * g_currentChip;
+
+} // end namespace PRDR_COMPILER
#endif
-// Change Log *********************************************************
-//
-// Flag Reason Vers Date Coder Description
-// ---- -------- ---- -------- -------- -------------------------------
-// F494911 f310 03/04/05 iawillia Initial File Creation
-//
-// End Change Log *****************************************************
OpenPOWER on IntegriCloud