Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
buildsupport
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
buildsupport
Commits
3a1737b9
Commit
3a1737b9
authored
Jun 06, 2018
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore missing include in pohiada wrappers
parent
0e3ae46a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
c/ada_wrappers_backend.c
c/ada_wrappers_backend.c
+7
-7
No files found.
c/ada_wrappers_backend.c
View file @
3a1737b9
...
...
@@ -72,13 +72,13 @@ void ada_wrappers_preamble(FV * fv)
/* wrappers.adb top header */
fprintf
(
adb
,
"-- This file was generated automatically: DO NOT MODIFY IT !
\n\n
"
);
//
fprintf(adb,
//
"-- pragma Style_Checks (Off);\n"
//
"-- pragma Warnings (Off);\n\n"
//
"with PolyORB_HI_Generated.Activity,\n"
//
" PolyORB_HI.Utils;\n"
//
"use PolyORB_HI_Generated.Activity,\n"
//
" PolyORB_HI.Utils;\n\n");
fprintf
(
adb
,
"-- pragma Style_Checks (Off);
\n
"
"-- pragma Warnings (Off);
\n\n
"
"with PolyORB_HI_Generated.Activity,
\n
"
" PolyORB_HI.Utils;
\n
"
"use PolyORB_HI_Generated.Activity,
\n
"
" PolyORB_HI.Utils;
\n\n
"
);
fprintf
(
ads
,
"with Interfaces.C;
\n
"
);
...
...
Write
Preview
Markdown
is supported
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