Skip to content

Commit

Permalink
Use paths relative to current dir in 'cdef extern from'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 23, 2023
1 parent 476b165 commit 185feec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sage/ext/cplusplus.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# http://www.gnu.org/licenses/
#*****************************************************************************

cdef extern from "sage/ext/ccobject.h":
cdef extern from "ccobject.h":
# Print representation of any C++ object
str ccrepr[T](const T& x)

Expand Down
2 changes: 1 addition & 1 deletion src/sage/libs/polybori/decl.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cdef extern from "polybori/pbori_defs.h" namespace "COrderEnums":
greater_or_equal_min "CTypes::greater_or_equal_min"


cdef extern from "sage/libs/polybori/pb_wrap.h":
cdef extern from "pb_wrap.h":
cdef cppclass PBNavigator "CCuddNavigator":
PBNavigator thenBranch()
PBNavigator elseBranch()
Expand Down

0 comments on commit 185feec

Please sign in to comment.