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/stdint.h | |
parent | cbc40534b73cd05f1e7800b5419495ceae4099c8 (diff) |
Eliminate C++ style comments
Diffstat (limited to 'include/stdint.h')
-rw-r--r-- | include/stdint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdint.h b/include/stdint.h index d254dcabb..0f317684b 100644 --- a/include/stdint.h +++ b/include/stdint.h @@ -24,9 +24,9 @@ #define _STDINT_H 1 #include <features.h> -//#define __need_wchar_t +/*#define __need_wchar_t*/ #include <stddef.h> -//#include <bits/wchar.h> +/*#include <bits/wchar.h>*/ #include <bits/wordsize.h> /* Exact integral types. */ |