On Fri, Oct 10, 2008 at 03:24:44PM -0700, David Schleef wrote:
> On Tue, Sep 02, 2008 at 01:02:45PM +0000, David Flynn wrote:
> > @@ -12,7 +12,7 @@ struct _SchroBuffer
> >  {
> >    /*< private >*/
> >    unsigned char *data;
> > -  int length;
> > +  unsigned int length;
> >  
> >    int ref_count;
> 
> I don't want to start using "unsigned int" when there isn't a particular
> need.  C doesn't have range-limited variables; I am not interested in
> having code that pretends that it does.

Er, nevermind.  I understand why you want this.  I'm not convinced
this is the best way to go about it, though.  Perhaps I merely need
to know more about the problem.



dave...


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Schrodinger-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/schrodinger-devel

Reply via email to