mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
498 B
C++
13 lines
498 B
C++
$NetBSD: patch-js_src_frontend_ParseMaps.cpp,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- js/src/frontend/ParseMaps.cpp.orig 2013-09-10 03:43:34.000000000 +0000
|
|
+++ js/src/frontend/ParseMaps.cpp
|
|
@@ -132,5 +132,5 @@ frontend::InitAtomMap(JSContext *cx, fro
|
|
}
|
|
}
|
|
|
|
-template class js::frontend::AtomDecls<FullParseHandler>;
|
|
-template class js::frontend::AtomDecls<SyntaxParseHandler>;
|
|
+template class frontend::AtomDecls<FullParseHandler>;
|
|
+template class frontend::AtomDecls<SyntaxParseHandler>;
|