VirtualBox

Ignore:
Timestamp:
Jul 18, 2022 12:12:29 PM (3 years ago)
Author:
vboxsync
Message:

VBoxDTrace: Fixed build breakage for people with bison/flex in the PATH triggered by the win_flex_bison tool. bugref:9845

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_lex.l

    r76479 r95703  
    3535# ifdef RT_OS_WINDOWS /* No unistd.h on windows, avoid redef warnings of the [U]INTxx_MAX defines caused by no inttypes.h/stdint.h. */
    3636#  define YY_NO_UNISTD_H
     37#  undef INT8_MIN
     38#  undef INT16_MIN
     39#  undef INT32_MIN
     40#  undef INT64_MIN
    3741#  undef INT8_MAX
    3842#  undef INT16_MAX
     
    5559# include <iprt/err.h>
    5660# define isdigit(a_ch) RT_C_IS_DIGIT(a_ch)
     61# ifdef _MSC_VER
     62#  include <io.h> /* win_flex: isatty */
     63# endif
    5764#endif /* VBOX */
    5865
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette