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)
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user