cvs commit: hugs98/src machdep.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Wed, 16 Jan 2002 23:26:28 -0800


sof         2002/01/16 23:26:27 PST

  Modified files:
    src                  machdep.c 
  Log:
  For Win32, use both ':' and ';' as separators in import search paths.
  The only case where ':' isn't recognised as a separator is when it
  occurs in the context "<drive>:\" (where <drive> is a single char)
  
  Having a common format for import search paths helps cross-platform
  use/setups -- Mac users may want to have a look at tweaking this
  code to also recognise ':' too.
  
  Revision  Changes    Path
  1.36      +27 -6     hugs98/src/machdep.c