ext/redcarpet/stack.h in redcarpet-2.0.0b5 vs ext/redcarpet/stack.h in redcarpet-2.0.0

- old
+ new

@@ -1,6 +1,6 @@ -#ifndef __CR_STACK_H__ -#define __CR_STACK_H__ +#ifndef STACK_H__ +#define STACK_H__ #include <stdlib.h> struct stack { void **item;