Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
33563adf
Commit
33563adf
authored
Aug 03, 2019
by
Maxime Perrotin
Browse files
Don't generate any content in invoke_ri if there are no ris..
parent
03863928
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/glue/language_wrappers/invoke_ri-body/function.tmplt
View file @
33563adf
...
...
@@ -33,7 +33,7 @@
@@END_TABLE@@
* Timers : @_Timers_@
*/
@@IF@@ @_Required_Interfaces'Length_@ > 0
#include <stdlib.h>
#ifdef __unix__
#include <stdio.h>
...
...
@@ -51,3 +51,6 @@
@_Required_Interfaces_@
@@END_TABLE@@
@@END_IF@@
@@ELSE@@
/* There are no required interfaces for this function... */
@@END_IF@@ @@-- Required_Interfaces'Length > 0
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