MCPcopy 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
166void 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

errorFunction · 0.70

Tested by

no test coverage detected