Skip to content

Commit

Permalink
Support: Fix broken C++ marker
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenm committed Dec 22, 2022
1 parent 3c7c696 commit 24e3086
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions llvm/lib/Support/Unix/Program.inc
@@ -1,5 +1,4 @@
//===- llvm/Support/Unix/Program.cpp -----------------------------*- C++
//-*-===//
//===- llvm/Support/Unix/Program.inc ----------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand All @@ -12,8 +11,8 @@
//===----------------------------------------------------------------------===//

//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only generic UNIX code that
//=== is guaranteed to work on *all* UNIX variants.
//=== WARNING: Implementation here must contain only generic UNIX
//=== code that is guaranteed to work on *all* UNIX variants.
//===----------------------------------------------------------------------===//

#include "llvm/Support/Program.h"
Expand Down

0 comments on commit 24e3086

Please sign in to comment.