Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michel Roelofs
dt_ctrl
Commits
23e227be
Commit
23e227be
authored
Jun 03, 2013
by
Jeroen Vreeken
Browse files
Only define yyscan_t if not already defined by generated code.
parent
f747545c
Changes
1
Hide whitespace changes
Inline
Side-by-side
controller/controller/controller_load.h
View file @
23e227be
...
...
@@ -23,7 +23,10 @@
#include
<stdarg.h>
typedef
void
*
yyscan_t
;
#ifndef YY_TYPEDEF_YY_SCANNER_T
#define YY_TYPEDEF_YY_SCANNER_T
typedef
void
*
yyscan_t
;
#endif
int
controller_load_shell_add
(
void
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment