Commit f261783
committed
Don't define
The `MODULE_NAME` macro is used in contexts where a string literal is
not valid, but the fallback value set in `src/common.h` defines it as
such; this differs from how it is defined in `setup.py`. Define
`MODULE_NAME` in `src/common.h` as it is defined in `setup.py`.
Fixes #267.MODULE_NAME as a string literal1 parent 1563947 commit f261783
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments