fix a likely typo/transcription error in integer.h
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
#ifndef INTEGER_H
|
#ifndef INTEGER_H
|
||||||
#define INTEGER_H
|
#define INTEGER_H
|
||||||
|
|
||||||
#if defined(__STDC__) && __STDC_VERSION__ >= 199101L
|
#if (defined(__STDC__) && __STDC_VERSION__ >= 199901L)
|
||||||
/* The compiler claims to conform to C99. Use stdint.h */
|
/* The compiler claims to conform to C99. Use stdint.h */
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#define SKIP_STDINT_WORKAROUND
|
#define SKIP_STDINT_WORKAROUND
|
||||||
|
|||||||
Reference in New Issue
Block a user