Move stack manipulation code from util.c to new file stacks.c.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 11 Dec 2009 02:35:49 +0000 (21:35 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 11 Dec 2009 02:35:49 +0000 (21:35 -0500)
commit7cefbfa227fdfb961e3b10535fbc151e5652014c
tree8a36c32b4f172a10377e922e83129616fbab3908
parent752151b58e216fc15ae63997c8d9057b148a1e36
Move stack manipulation code from util.c to new file stacks.c.

Move the threading and stack_hop code to a new file.
Makefile
src/stacks.c [new file with mode: 0644]
src/util.c
src/util.h