On 6/14/13 8:32 PM, Nicholas Nethercote wrote:
ps: just for laughs, I looked at what Gecko does. Consistency does *not* abound, and double and triple underscores are frequent.
New additions to Gecko have been using basically what you'd put in the #include string, with '/' and '.' replaced by _.
So mozilla_dom_HTMLFormElement_h for example. At least in DOM code. -Boris _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

