Skip to content

Commit

Permalink
Re-generate.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Oct 27, 2024
1 parent b26e315 commit 876ff6f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
#define _LIBCPP_HIDE_FROM_ABI
#define _LIBCPP_NO_ABI_TAG
#define _LIBCPP_HAS_NO_EXCEPTIONS

#include <string>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
#define _LIBCPP_HIDE_FROM_ABI
#define _LIBCPP_NO_ABI_TAG
#define _LIBCPP_HAS_NO_EXCEPTIONS

#include <string>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
#define _LIBCPP_HIDE_FROM_ABI
#define _LIBCPP_NO_ABI_TAG
#define _LIBCPP_HAS_NO_EXCEPTIONS

#include <string>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
#define _LIBCPP_HIDE_FROM_ABI
#define _LIBCPP_NO_ABI_TAG
#define _LIBCPP_HAS_NO_EXCEPTIONS

#include <string>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
#define _LIBCPP_HIDE_FROM_ABI
#define _LIBCPP_NO_ABI_TAG
#define _LIBCPP_HAS_NO_EXCEPTIONS

#include <string>
Expand Down
2 changes: 0 additions & 2 deletions src/Generator/Passes/SymbolsCodeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ public override void Process()
if (TranslationUnit.Module == Options.SystemModule)
{
WriteLine("#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS");
WriteLine("#define _LIBCPP_HIDE_FROM_ABI");
WriteLine("#define _LIBCPP_NO_ABI_TAG");
if (!Context.ParserOptions.EnableExceptions)
WriteLine("#define _LIBCPP_HAS_NO_EXCEPTIONS");
NewLine();
Expand Down

0 comments on commit 876ff6f

Please sign in to comment.