diff options
| author | Urs Janssen <urs@hq.tin.org> | 2013-02-17 00:48:51 +0100 |
|---|---|---|
| committer | Urs Janssen <urs@hq.tin.org> | 2013-02-17 00:48:51 +0100 |
| commit | 0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db (patch) | |
| tree | b3acd59ac51d9d8e426b6546fd6840e381c0982e /win32/include/sys | |
| parent | d5e22108a0dc48899e44a158f91d5b3215eb7fe6 (diff) | |
| download | tinycc-0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db.tar.gz tinycc-0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db.tar.bz2 | |
add version number to manpage
avoid c++/c99 style comments in preprocessor directives
avoid leadings whitespaces in preprocessor directives
mention implemented variable length arrays in documentation
fixed ambiguous option in texi2html call (Austin English)
Diffstat (limited to 'win32/include/sys')
| -rw-r--r-- | win32/include/sys/stat.h | 2 | ||||
| -rw-r--r-- | win32/include/sys/timeb.h | 2 | ||||
| -rw-r--r-- | win32/include/sys/types.h | 2 | ||||
| -rw-r--r-- | win32/include/sys/utime.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/win32/include/sys/stat.h b/win32/include/sys/stat.h index 8f8b0b2..344d4a2 100644 --- a/win32/include/sys/stat.h +++ b/win32/include/sys/stat.h @@ -25,7 +25,7 @@ extern "C" { #include <sys/types.h> -#ifndef __TINYC__ //gr +#ifndef __TINYC__ /* gr */ #ifdef _USE_32BIT_TIME_T #ifdef _WIN64 #undef _USE_32BIT_TIME_T diff --git a/win32/include/sys/timeb.h b/win32/include/sys/timeb.h index b2281be..3483773 100644 --- a/win32/include/sys/timeb.h +++ b/win32/include/sys/timeb.h @@ -22,7 +22,7 @@ extern "C" { #define _CRTIMP __declspec(dllimport) #endif -#ifndef __TINYC__ //gr +#ifndef __TINYC__ /* gr */ #ifdef _USE_32BIT_TIME_T #ifdef _WIN64 #undef _USE_32BIT_TIME_T diff --git a/win32/include/sys/types.h b/win32/include/sys/types.h index b5dfbd3..7379b0f 100644 --- a/win32/include/sys/types.h +++ b/win32/include/sys/types.h @@ -12,7 +12,7 @@ #include <_mingw.h> -#ifndef __TINYC__ //gr +#ifndef __TINYC__ /* gr */ #ifdef _USE_32BIT_TIME_T #ifdef _WIN64 #undef _USE_32BIT_TIME_T diff --git a/win32/include/sys/utime.h b/win32/include/sys/utime.h index f8f30a2..fec8304 100644 --- a/win32/include/sys/utime.h +++ b/win32/include/sys/utime.h @@ -27,7 +27,7 @@ extern "C" { #define _WCHAR_T_DEFINED #endif -#ifndef __TINYC__ //gr +#ifndef __TINYC__ /* gr */ #ifdef _USE_32BIT_TIME_T #ifdef _WIN64 #undef _USE_32BIT_TIME_T |
