| 233 | #endif /* !MAKEDEFS_C */ |
| 234 | |
| 235 | unsigned long |
| 236 | md_ignored_features(void) |
| 237 | { |
| 238 | return (0UL |
| 239 | | (1UL << 19) /* SCORE_ON_BOTL */ |
| 240 | | SFCTOOL_BIT /* stored by SFCTOOL, not NetHack itself */ |
| 241 | ); |
| 242 | } |
| 243 | |
| 244 | #ifndef SFCTOOL |
| 245 | staticfn |
no outgoing calls
no test coverage detected