In message <1249201044.20182.379.ca...@duiker>
          John-Mark Bell <[email protected]> wrote:

> What's wrong with calling _dom_exception_from_lwc_error() here?

I would like to suggest to step away from using function names having
a leading underscore.  When you want to indicate that a function name
is internal to a (static) library and not part of its public API, use
something like "dom_internal_".

The point is that such leading underscore characters for identitiers
are reserved according to C(99 ?):
<URL:http://www.open-std.org/JTC1/SC22/wg14/www/docs/n1124.pdf>.

John.
-- 
John Tytgat
[email protected]

Reply via email to