X-Git-Url: http://git.code-monkey.de/?p=ruby-esmart.git;a=blobdiff_plain;f=src%2Frb_esmart.h;h=a4bcb29324469dc63db8fa2019eaf403a4fdb0dd;hp=e359419e08166ec572b989fb48eac4eb0acbfe9d;hb=37ec21e31c18a61f072a4785a97182b06577f682;hpb=06a1f23cada6791ec94d398df49c64814fc01b97 diff --git a/src/rb_esmart.h b/src/rb_esmart.h index e359419..a4bcb29 100644 --- a/src/rb_esmart.h +++ b/src/rb_esmart.h @@ -1,5 +1,5 @@ /* - * $Id: rb_esmart.h 36 2004-07-25 10:45:47Z tilman $ + * $Id: rb_esmart.h 44 2004-07-26 10:56:48Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * @@ -42,6 +42,8 @@ return Qnil; \ } -VALUE mEsmart; +#ifndef __RB_ESMART_C +extern VALUE mEsmart; +#endif #endif