]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/cpp/macros/undefining-and-redefining-macros.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / cpp / macros / undefining-and-redefining-macros.rst
index 137abe949845677c75992516ad157e39965e4c18..6f0cdcfe5afa7926a2760915b0fcd150e5f5f8be 100644 (file)
@@ -64,4 +64,4 @@ same as the old one, the preprocessor issues a warning and changes the
 macro to use the new definition.  If the new definition is effectively
 the same, the redefinition is silently ignored.  This allows, for
 instance, two different headers to define a common macro.  The
-preprocessor will only complain if the definitions do not match.
\ No newline at end of file
+preprocessor will only complain if the definitions do not match.