cvs commit: fptools/libraries/base aclocal.m4 configure.ac fptools/libraries/base/include HsBase.h

Sven Panne panne at haskell.org
Sat Nov 6 11:34:26 EST 2004


panne       2004/11/06 08:34:26 PST

  Modified files:
    libraries/base       aclocal.m4 configure.ac 
    libraries/base/include HsBase.h 
  Log:
  'd->d_name' (where d is of type 'struct dirent*') should always return a pointer
  to the directory entry's name, regardless if dirent is defined as
  
      struct dirent { ... ; char d_name[...]; }
  
  or
  
      struct dirent { ... ; char* d_name; }
  
  No need for autoconf trickery here.
  
  Revision  Changes    Path
  1.6       +0 -37     fptools/libraries/base/aclocal.m4
  1.6       +0 -1      fptools/libraries/base/configure.ac
  1.63      +0 -4      fptools/libraries/base/include/HsBase.h


More information about the Cvs-libraries mailing list