Skip to content

Commit

Permalink
Fix of lexxmark#95
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarschall committed Aug 13, 2024
1 parent 216c432 commit 9376974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bison/data/skeletons/c.m4
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ m4_define([b4_sizes_types_define],
# define YYPTRDIFF_T ptrdiff_t
# define YYPTRDIFF_MAXIMUM PTRDIFF_MAX
# else
# ifdef _Win64
# ifdef _WIN64
# define YYPTRDIFF_T long long
# define YYPTRDIFF_MAXIMUM LLONG_MAX
# else
Expand Down
2 changes: 1 addition & 1 deletion bison/src/parse-gram.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ typedef int yytype_uint16;
# define YYPTRDIFF_T ptrdiff_t
# define YYPTRDIFF_MAXIMUM PTRDIFF_MAX
# else
# ifdef _Win64
# ifdef _WIN64
# define YYPTRDIFF_T long long
# define YYPTRDIFF_MAXIMUM LLONG_MAX
# else
Expand Down

0 comments on commit 9376974

Please sign in to comment.