Skip to content

Commit

Permalink
Move dUNUSED to dohptype.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed May 22, 2011
1 parent 9683ed8 commit db4172c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/dohp.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ typedef PetscBool dBool;
#define dNAME_LEN 256
#define dSTR_LEN 256

#define dUNUSED PETSC_UNUSED

#define dDEFAULT_ALIGN PETSC_MEMALIGN

#define dNextAligned(p) dNextAlignedAddr(dDEFAULT_ALIGN,(p))
Expand Down
2 changes: 2 additions & 0 deletions include/dohptype.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ extern dEntType dMeshEntTypeFromTopology(dEntTopology);

typedef unsigned char dEntStatus;

#define dUNUSED PETSC_UNUSED

dEXTERN_C_END

#endif /* _DOHPTYPE_H */

0 comments on commit db4172c

Please sign in to comment.