diff --git a/rb_fraction.m b/rb_fraction.m index 9c7047f..3837d4b 100644 --- a/rb_fraction.m +++ b/rb_fraction.m @@ -1,8 +1,8 @@ #import "rb_fraction.h" // Defining a space for information and references about the module to be stored internally -VALUE rb_cFraction = Qnil; -Fraction *frac; +VALUE rb_cFraction = Qnil; +Fraction *frac = nil; void Init_fraction() { frac = [[Fraction alloc] init];