Moving stack-related constants to the stack header file.

This commit is contained in:
Murilo Pereira
2011-02-06 04:03:40 -02:00
parent 75d1e5f23b
commit 5adba921f9
3 changed files with 22 additions and 22 deletions
-1
View File
@@ -5,7 +5,6 @@
#include <string.h>
#include <errno.h>
#include "stack.h"
#include "game.h"
void allocate_stack(struct stack **stack) {
if (!(*stack = malloc(sizeof(**stack)))) {