Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
e6dd341c
Commit
e6dd341c
authored
11 months ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[kernel] Removes empty lines in acsl_extension interface.
parent
0991027f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/kernel_services/ast_queries/acsl_extension.mli
+0
-2
0 additions, 2 deletions
src/kernel_services/ast_queries/acsl_extension.mli
with
0 additions
and
2 deletions
src/kernel_services/ast_queries/acsl_extension.mli
+
0
−
2
View file @
e6dd341c
...
@@ -53,7 +53,6 @@ type extension_printer =
...
@@ -53,7 +53,6 @@ type extension_printer =
(** type of functions that compare two extensions (with the same keyword)
(** type of functions that compare two extensions (with the same keyword)
to decide if they're identical or not. See {!Ast_diff} for more information.
to decide if they're identical or not. See {!Ast_diff} for more information.
@since Frama-C+dev
@since Frama-C+dev
*)
*)
type
extension_same
=
type
extension_same
=
...
@@ -115,7 +114,6 @@ type extension_same =
...
@@ -115,7 +114,6 @@ type extension_same =
@before Frama-C+dev parameters [plugin] and [is_same_ext] were not present
@before Frama-C+dev parameters [plugin] and [is_same_ext] were not present
@see <https://frama-c.com/download/frama-c-plugin-development-guide.pdf>
@see <https://frama-c.com/download/frama-c-plugin-development-guide.pdf>
*)
*)
type
register_extension
=
type
register_extension
=
plugin
:
string
->
string
->
plugin
:
string
->
string
->
?
preprocessor
:
extension_preprocessor
->
extension_typer
->
?
preprocessor
:
extension_preprocessor
->
extension_typer
->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment