Skip to content

Commit

Permalink
scanner: correct comments about __STDC_LIMIT_MACROS.
Browse files Browse the repository at this point in the history
No code changes.

Signed-off-by: Kang-Che Sung <[email protected]>
  • Loading branch information
Explorer09 authored and westes committed Mar 8, 2018
1 parent 4081efa commit 1985bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flexint.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L

/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
* if you want the limit (max/min) macros for int types.
/* C++ systems might need __STDC_LIMIT_MACROS defined before including
* <stdint.h>, if you want the limit (max/min) macros for int types.
*/
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
Expand Down

0 comments on commit 1985bb3

Please sign in to comment.