From fced14c7b47fd329345ff39da96b9262cd94a299 Mon Sep 17 00:00:00 2001 From: DRC Date: Wed, 21 May 2014 04:13:09 +0000 Subject: [PATCH] We don't support non-ANSI C compilers git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1317 632fc199-4ca6-4c93-a231-07263d6284db --- libjpeg.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libjpeg.txt b/libjpeg.txt index edc61b7..7dbb354 100644 --- a/libjpeg.txt +++ b/libjpeg.txt @@ -2975,9 +2975,8 @@ the design goals in this area. (If you encounter any bugs that cause the library to be less portable than is claimed here, we'd appreciate hearing about them.) -The code works fine on ANSI C, C++, and pre-ANSI C compilers, using any of -the popular system include file setups, and some not-so-popular ones too. -See install.txt for configuration procedures. +The code works fine on ANSI C and C++ compilers, using any of the popular +system include file setups, and some not-so-popular ones too. The code is not dependent on the exact sizes of the C data types. As distributed, we make the assumptions that -- 2.40.0