summaryrefslogtreecommitdiffstats
path: root/src/lib/netlist/plib/pfmtlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/plib/pfmtlog.h')
-rw-r--r--src/lib/netlist/plib/pfmtlog.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/lib/netlist/plib/pfmtlog.h b/src/lib/netlist/plib/pfmtlog.h
index d72bdc6ce6b..1aff9473311 100644
--- a/src/lib/netlist/plib/pfmtlog.h
+++ b/src/lib/netlist/plib/pfmtlog.h
@@ -4,8 +4,8 @@
* pfmtlog.h
*/
-#ifndef _PFMT_H_
-#define _PFMT_H_
+#ifndef PFMT_H_
+#define PFMT_H_
//#include <cstdarg>
//#include <cstddef>
@@ -14,6 +14,8 @@
#include "pstring.h"
#include "ptypes.h"
+PLIB_NAMESPACE_START()
+
template <typename T>
struct ptype_treats
{
@@ -293,4 +295,7 @@ void plog_channel<L, build_enabled>::vdowrite(const pstring &ls) const
m_base->vlog(L, ls);
}
-#endif /* _PSTRING_H_ */
+PLIB_NAMESPACE_END()
+
+
+#endif /* PSTRING_H_ */