diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-09-06 16:37:35 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gmail.com> | 2018-09-08 03:17:37 -0400 |
commit | 0691a6c194422c1764044d7c8e231962c674c8f1 (patch) | |
tree | f06fe3fcdf50ec64a284774803d6b2b460ebaba9 | |
parent | 5fa75ace15367eaedcce2390dafb5001e562abf9 (diff) | |
download | libgd-0691a6c194422c1764044d7c8e231962c674c8f1.tar.gz |
Remove mention of HAVE_STDARG_H
In the docs there is a minor mention of the unused HAVE_STDARG_H symbol
which is not used in libgd anymore. The <stdarg.h> header is part of C89
standard headers anyway and can be included unconditionally.
-rw-r--r-- | docs/README.JPN | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/README.JPN b/docs/README.JPN index 220a013..db128aa 100644 --- a/docs/README.JPN +++ b/docs/README.JPN @@ -24,7 +24,6 @@ SJIS encoding のフォントが使用できます。 漢字コードの変換に OS 付属の iconv() を使う場合は CFLAGS に -DHAVE_ICONV を付けてコンパイルしてください。 -この場合に -DHAVE_STDARG_H と も付けておくと 漢字コード変換の際にエラーが発生した場合に適切なメッセージを 表示するようになります。 |