From 5ad675e2449402184bfc7c1bbdc24cd8d67add9e Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Fri, 18 Jul 2008 19:01:48 +0300 Subject: [PATCH] Remove my comment about prefixes used with SpiderMonkey --- src/ecmascript/spidermonkey-shared.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ecmascript/spidermonkey-shared.h b/src/ecmascript/spidermonkey-shared.h index 225c5f46..a35f00ec 100644 --- a/src/ecmascript/spidermonkey-shared.h +++ b/src/ecmascript/spidermonkey-shared.h @@ -1,12 +1,6 @@ #ifndef EL__ECMASCRIPT_SPIDERMONKEY_SHARED_H #define EL__ECMASCRIPT_SPIDERMONKEY_SHARED_H -/* Inconsistently applied conventions for prefixes in identifiers: - * - "smjs" for user scripts (scripting/smjs/). - * - "js" for web scripts (ecmascript/spidermonkey/). - * - "spidermonkey" for common stuff, especially any that replace - * similarly named things defined in SpiderMonkey itself. */ - /* For wild SpiderMonkey installations. */ #ifdef CONFIG_OS_BEOS #define XP_BEOS -- 2.11.4.GIT