Skip to content
Snippets Groups Projects
Commit 8df691e5 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[printer] lint

parent 13a4a4da
No related branches found
No related tags found
No related merge requests found
...@@ -316,7 +316,7 @@ class type extensible_printer_type = object ...@@ -316,7 +316,7 @@ class type extensible_printer_type = object
(** Prints the recovered [while (cond)] exit condition of a loop. Note: this (** Prints the recovered [while (cond)] exit condition of a loop. Note: this
method will be called in a context where 'current_stmt' is tied to the method will be called in a context where 'current_stmt' is tied to the
original AST conditional statement that exits the loop, as expected. *) original AST conditional statement that exits the loop, as expected. *)
method pp_keyword: Format.formatter -> string -> unit method pp_keyword: Format.formatter -> string -> unit
(** All C99 keywords except types "char", "int", "long", "signed", (** All C99 keywords except types "char", "int", "long", "signed",
"short", "unsigned", "void" and "_XXX" (like "_Bool") **) "short", "unsigned", "void" and "_XXX" (like "_Bool") **)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment