Skip to content

Commit

Permalink
Enable GCC 4.9 support hackery
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Feb 8, 2015
1 parent 37cbc3e commit 787aca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuttx/include/cxx/cstdint
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace std
using ::uint_fast64_t;
using ::uint_least8_t;
using ::uint_least16_t;
using ::uint_least32_t;
// hackery for GCC 4.9 using ::uint_least32_t;
using ::uint_least64_t;
using ::uintmax_t;
using ::uintptr_t;
Expand Down

0 comments on commit 787aca9

Please sign in to comment.