mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
style: scope reduction in print-xml
* src/print-xml.c: here.
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
#ifndef PRINT_XML_H_
|
||||
# define PRINT_XML_H_
|
||||
|
||||
# include <config.h>
|
||||
|
||||
# include <stdio.h>
|
||||
|
||||
void xml_indent (FILE *out, int level);
|
||||
void xml_puts (FILE *, int, char const *);
|
||||
void xml_printf (FILE *, int, char const *, ...);
|
||||
|
||||
Reference in New Issue
Block a user