diff options
-rw-r--r-- | iso646.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,8 +27,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#if !(defined __STDC_VERSION__ && 199409 <= __STDC_VERSION__) -# error <iso646.h> requires C95 or higher +#if !(defined __STDC_VERSION__ && 199409L <= __STDC_VERSION__) +# error <iso646.h> requires C95 or higher #endif #define and && |