diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-06 03:33:46 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-06 03:33:46 +0000 |
commit | 8450e43f121904b36803514acb362733df36d369 (patch) | |
tree | a9b0be1ad795e5c4b239ddf6e8786d6d039a2b3b /ppapi/api/ppp.idl | |
parent | 1937bed70d466b4c086df27753c16e6d3aa41864 (diff) | |
download | chromium_src-8450e43f121904b36803514acb362733df36d369.zip chromium_src-8450e43f121904b36803514acb362733df36d369.tar.gz chromium_src-8450e43f121904b36803514acb362733df36d369.tar.bz2 |
Remove C++-style comments from C headers.
We compile the nacl examples with -pednatic which generates
warnings for C++ style comments, and these seem to be the
only 2 in the whole API.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11363042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/ppp.idl')
-rw-r--r-- | ppapi/api/ppp.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/api/ppp.idl b/ppapi/api/ppp.idl index 8eb978a..537813c 100644 --- a/ppapi/api/ppp.idl +++ b/ppapi/api/ppp.idl @@ -20,7 +20,7 @@ #define PP_EXPORT __declspec(dllexport) #endif -// {PENDING: undefine PP_EXPORT?} +/* {PENDING: undefine PP_EXPORT?} */ /* We don't want name mangling for these external functions. We only need * 'extern "C"' if we're compiling with a C++ compiler. @@ -48,7 +48,7 @@ extern "C" { * for future use. * * @return <code>PP_OK</code> on success. Any other value on failure. -*/ + */ PP_EXPORT int32_t PPP_InitializeModule(PP_Module module, PPB_GetInterface get_browser_interface); /** |