[Ada] Remove all ^L characters
authorArnaud Charlet <charlet@adacore.com>
Sat, 24 Oct 2020 11:14:15 +0000 (11:14 +0000)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 30 Nov 2020 14:16:22 +0000 (09:16 -0500)
gcc/ada/

* gcc-interface/Makefile.in, gcc-interface/trans.c: Remove ^L
characters.

gcc/ada/gcc-interface/Makefile.in
gcc/ada/gcc-interface/trans.c

index a6325aa..836fcbe 100644 (file)
@@ -216,7 +216,7 @@ endif
 ifneq ($(xmake_file),)
 include $(xmake_file)
 endif
-\f
+
 # Now figure out from those variables how to compile and link.
 
 all.indirect: Makefile ../gnat1$(exeext)
@@ -311,7 +311,7 @@ Makefile: ../config.status $(srcdir)/ada/gcc-interface/Makefile.in $(srcdir)/ada
 # This tells GNU make version 3 not to export all the variables
 # defined in this file into the environment.
 .NOEXPORT:
-\f
+
 # Lists of files for various purposes.
 
 GNATLINK_OBJS = gnatlink.o \
index 4bd9c8d..0eec178 100644 (file)
@@ -1333,7 +1333,7 @@ Identifier_to_gnu (Node_Id gnat_node, tree *gnu_result_type_p)
 
   return gnu_result;
 }
-\f
+
 /* Subroutine of gnat_to_gnu to process gnat_node, an N_Pragma.  Return
    any statements we generate.  */