Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ popattempt
Function
popattempt
outdated/sys/mac/macerrs.c:166–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
void popattempt(void)
167
/* Pop to previous state */
168
{
169
if (gTopactivity > 1) --gTopactivity;
170
else error(
"activity stack underflow"
);
171
}
172
173
#endif /* Obsolete */
Callers
nothing calls this directly
Calls
1
error
Function · 0.70
Tested by
no test coverage detected