diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-10 17:53:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-10 17:53:19 +0000 |
commit | 072938a98d1f5d454476c218a253daddfa59e2dc (patch) | |
tree | 1721409be47adb46358a1b248f52a9cffb4ba391 /include/langinfo.h | |
parent | cbc40534b73cd05f1e7800b5419495ceae4099c8 (diff) |
Eliminate C++ style comments
Diffstat (limited to 'include/langinfo.h')
-rw-r--r-- | include/langinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/langinfo.h b/include/langinfo.h index 21d16cd90..3d0e7e8f0 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -576,7 +576,7 @@ extern char *nl_langinfo (nl_item __item) __THROW; #if 0 -//#ifdef __USE_GNU +/*#ifdef __USE_GNU*/ /* This interface is for the extended locale model. See <locale.h> for more information. */ |