Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
spins-ltsmin-deb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Spot
spins-ltsmin-deb
Commits
a414f8b1
Commit
a414f8b1
authored
Aug 19, 2017
by
Alfons Laarman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation issue
parent
c31f7539
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/spins/promela/compiler/ltsmin/LTSminPrinter.java
src/spins/promela/compiler/ltsmin/LTSminPrinter.java
+4
-0
src/spins/promela/compiler/ltsmin/reach2.c
src/spins/promela/compiler/ltsmin/reach2.c
+4
-0
No files found.
src/spins/promela/compiler/ltsmin/LTSminPrinter.java
View file @
a414f8b1
...
...
@@ -157,6 +157,10 @@ public class LTSminPrinter {
private
static
void
generateModel
(
StringWriter
w
,
LTSminModel
model
,
boolean
no_gm
)
{
if
(
no_gm
)
{
w
.
appendLine
(
"#define SPINS_TEST_CODE"
).
appendLine
(
""
);
}
generateHeader
(
w
,
model
);
generateNativeTypes
(
w
);
generateTypeDef
(
w
,
model
);
...
...
src/spins/promela/compiler/ltsmin/reach2.c
View file @
a414f8b1
#ifndef SPINS_TEST_CODE
#ifndef fgetln
#include <errno.h>
char
*
...
...
@@ -666,6 +668,8 @@ main(int argc, char **argv)
spins_query
();
}
#endif
typedef
struct
spins_args_s
{
void
*
model
;
void
(
*
callback
)(
void
*
arg
,
transition_info_t
*
transition_info
,
state_t
*
out
,
int
*
cpy
);
...
...
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