Changeset 64054 in vbox
- Timestamp:
- Sep 27, 2016 3:54:41 PM (8 years ago)
- Location:
- trunk/src/VBox/ExtPacks/VBoxDTrace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/generated/dt_lex.c
r63415 r64054 3326 3326 yybegin(yystate_t state) 3327 3327 { 3328 #if def YYDEBUG3328 #if YYDEBUG /* VBOX: ifdef YYDEBUG => if YYDEBUG */ 3329 3329 yydebug = _dtrace_debug; 3330 3330 #endif -
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_lex.l
r63484 r64054 741 741 yybegin(yystate_t state) 742 742 { 743 #if def YYDEBUG743 #if YYDEBUG /* VBOX: ifdef YYDEBUG => if YYDEBUG */ 744 744 yydebug = _dtrace_debug; 745 745 #endif
Note:
See TracChangeset
for help on using the changeset viewer.