From 969d111ea2542d2f4c593c4947a42f778675b324 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 7 Apr 2019 16:54:00 -0700 Subject: config.def.h: Remove extra indent --- config.def.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/config.def.h b/config.def.h index a727662..99b1360 100644 --- a/config.def.h +++ b/config.def.h @@ -12,26 +12,26 @@ static char *endfiles[] = { }; static char *preprocesscmd[] = { - "cpp", "-P", + "cpp", "-P", - /* specify the GNU C extensions we support */ - "-U", "__GNUC__", "-D", "__GNUC__=3", - "-U", "__GNUC_MINOR__", "-D", "__GNUC_MINOR__=3", + /* specify the GNU C extensions we support */ + "-U", "__GNUC__", "-D", "__GNUC__=3", + "-U", "__GNUC_MINOR__", "-D", "__GNUC_MINOR__=3", - /* prevent glibc from using statement expressions for assert */ - "-D", "__STRICT_ANSI__", + /* prevent glibc from using statement expressions for assert */ + "-D", "__STRICT_ANSI__", - /* required for glibc headers */ - "-D", "__restrict=restrict", - "-D", "__extension__=", - "-D", "__attribute__(x)=", - "-D", "__asm__(x)=", + /* required for glibc headers */ + "-D", "__restrict=restrict", + "-D", "__extension__=", + "-D", "__attribute__(x)=", + "-D", "__asm__(x)=", - /* required for kernel headers */ - "-D", "__signed__=signed", + /* required for kernel headers */ + "-D", "__signed__=signed", - /* required for binutils */ - "-D", "__alignof__=_Alignof", + /* required for binutils */ + "-D", "__alignof__=_Alignof", }; static char *compilecmd[] = {"cc-qbe"}; static char *codegencmd[] = {"qbe"}; -- cgit v1.2.3