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/features.h | |
parent | cbc40534b73cd05f1e7800b5419495ceae4099c8 (diff) |
Eliminate C++ style comments
Diffstat (limited to 'include/features.h')
-rw-r--r-- | include/features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h index db3e9a7af..d950d6fb2 100644 --- a/include/features.h +++ b/include/features.h @@ -309,7 +309,7 @@ /* This is here only because every header file already includes this one. */ #if 0 -//#ifndef _LIBC +/*#ifndef _LIBC*/ /* Get the definitions of all the appropriate `__stub_FUNCTION' symbols. <gnu/stubs.h> contains `#define __stub_FUNCTION' when FUNCTION is a stub which will always return failure (and set errno to ENOSYS). |