Remove C++ style comment to fix OSF bustage

git-svn-id: svn://10.0.0.236/trunk@102576 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2001-09-08 02:46:22 +00:00
parent 59964b4cc2
commit 89f9578c8e
2 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

@@ -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;