| From: Hans Oesterholt-Dijkema (hdnews at gawab.com) Date: Fri May 25 08:20:25 EDT 2007 |
|
Eli Barzilay schreef:
>> void g(Scheme_Object *o)
>> {
>> char *s=SCHEME_STR_VAL(o);
>> global_pointer[0]=s*+10*;
>> ...
>> }
>>
>
> BTW, I don't know what `s*+10*' is trying to achieve, but also note
> that 3m does not like pointers into the middle of allocated objects.
>
>
That's of course completely theoretical. BTW s*+10* is trying to achieve
+10 in bold.
:-)
--Hans
| Posted on the users mailing list. |
|