Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
e0cadc03
Commit
e0cadc03
authored
Jun 03, 2013
by
Jeroen Vreeken
Browse files
Only define yyscan_t if not already defined by generated code.
parent
4fee8034
Changes
1
Hide whitespace changes
Inline
Side-by-side
controller/controller/controller_load.h
View file @
e0cadc03
...
...
@@ -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
.
Attach a 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