[DGD] Re: getting started with DGD

Erwin Harte harte at is-here.com
Sat Mar 13 20:15:51 CET 2004


On Sat, Mar 13, 2004 at 05:14:05PM +0000, Colin Ross wrote:
> > Jeff Moore wrote: 
> > Perhaps there are some conventions as of yet that I do not understand 
> > which ease this issue.  For example, I noticed that every mudlib I 
> > downloaded defines capitalize() and most (if not all) put it in the 
> > auto object.  Although, the kernel implements capitalize inline in 
> > user.c.
> 
> Well, I, for one, prefer capitalise() to capitalize() :)
> 'Course that might just be me...

Put this in your /include/std.h

  # ifdef BRITISH
  #     define capitalise     capitalize
  #     define normalise_path normalize_path
  #     define initialise     initialize
  #     define _initialise     _initialize
  :
  :
  # endif

If that makes you happier. ;-)

Cheers,

Erwin.
-- 
Erwin Harte <harte at is-here.com>
_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list