From 89f9578c8eb38d23dfd14f41bce391d0dd3bb37f Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Sat, 8 Sep 2001 02:46:22 +0000 Subject: [PATCH] Remove C++ style comment to fix OSF bustage git-svn-id: svn://10.0.0.236/trunk@102576 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/npapi.h | 4 ++-- mozilla/modules/plugin/base/public/npapi.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/include/npapi.h b/mozilla/include/npapi.h index c3d93ae5693..a3c4e070d2c 100644 --- a/mozilla/include/npapi.h +++ b/mozilla/include/npapi.h @@ -22,7 +22,7 @@ /* - * npapi.h $Revision: 3.14 $ + * npapi.h $Revision: 3.15 $ * Netscape client plug-in API spec */ @@ -315,7 +315,7 @@ typedef enum { NPNVasdEnabledBool, NPNVisOfflineBool, - // 10 and over are available on Mozilla builds starting with 0.9.4 + /* 10 and over are available on Mozilla builds starting with 0.9.4 */ NPNVserviceManager = 10 } NPNVariable; diff --git a/mozilla/modules/plugin/base/public/npapi.h b/mozilla/modules/plugin/base/public/npapi.h index c3d93ae5693..a3c4e070d2c 100644 --- a/mozilla/modules/plugin/base/public/npapi.h +++ b/mozilla/modules/plugin/base/public/npapi.h @@ -22,7 +22,7 @@ /* - * npapi.h $Revision: 3.14 $ + * npapi.h $Revision: 3.15 $ * Netscape client plug-in API spec */ @@ -315,7 +315,7 @@ typedef enum { NPNVasdEnabledBool, NPNVisOfflineBool, - // 10 and over are available on Mozilla builds starting with 0.9.4 + /* 10 and over are available on Mozilla builds starting with 0.9.4 */ NPNVserviceManager = 10 } NPNVariable;