Skip to content

Commit

Permalink
Try and fix Windows compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 7, 2023
1 parent cf53b67 commit 088a075
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion erfa/ufunc.c.templ
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
#include "erfa.h"
#include "erfaextra.h"

struct _typeobject {};
struct _typeobject {
int dummy;
};

#define MODULE_DOCSTRING \
"Ufunc wrappers of the ERFA routines.\n\n" \
Expand Down

0 comments on commit 088a075

Please sign in to comment.