[flang-commits] [PATCH] D110965: [flang][NFC] Fix first line of magic-numbers.h

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Oct 1 12:58:37 PDT 2021


klausler created this revision.
klausler added reviewers: jeanPerier, clementval.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a reviewer: sscalpone.
klausler requested review of this revision.

The first line of flang/include/flang/Runtime/magic-numbers.h
got split into two somehow; join it back up.


https://reviews.llvm.org/D110965

Files:
  flang/include/flang/Runtime/magic-numbers.h


Index: flang/include/flang/Runtime/magic-numbers.h
===================================================================
--- flang/include/flang/Runtime/magic-numbers.h
+++ flang/include/flang/Runtime/magic-numbers.h
@@ -1,5 +1,4 @@
-#if 0 /*===-- include/flang/Runtime/magic-numbers.h \
-         -----------------------===*/
+#if 0 /*===-- include/flang/Runtime/magic-numbers.h -----------------------===*/
 /*
  * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
  * See https://llvm.org/LICENSE.txt for license information.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110965.376613.patch
Type: text/x-patch
Size: 555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20211001/b367abc3/attachment.bin>


More information about the flang-commits mailing list