Skip to content

Commit

Permalink
Substitute emp namespace inside macros
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Oct 14, 2022
1 parent 73369a1 commit 5a9cb9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions include/uit_emp/vendorization/pop_uit_emp.hh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifdef UIT_VENDORIZE_EMP

#undef emp
#undef EMP_NAMESPACE

#include "pop_headerguards.hh"
#include "pop_macros.hh"
Expand Down
1 change: 1 addition & 0 deletions include/uit_emp/vendorization/push_uit_emp.hh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifdef UIT_VENDORIZE_EMP

#define emp uit_emp
#define EMP_NAMESPACE() emp

#include "push_headerguards.hh"
#include "push_macros.hh"
Expand Down

0 comments on commit 5a9cb9e

Please sign in to comment.