* defs.h: if __GO32__ or WIN32 the directory separating symbol should
authorKung Hsu <kung@cygnus>
Wed, 5 Jul 1995 22:35:30 +0000 (22:35 +0000)
committerKung Hsu <kung@cygnus>
Wed, 5 Jul 1995 22:35:30 +0000 (22:35 +0000)
        be '\' not '/'.

gdb/ChangeLog

index 7f99b3e..d639e93 100644 (file)
@@ -1,5 +1,8 @@
 Wed Jul  5 11:38:36 1995  Kung Hsu  <kung@rtl.cygnus.com>
 
+       * defs.h: if __GO32__ or WIN32 the directory separating symbol should
+       be '\' not '/'.
+
        * remote-nindy (nindy_wait): Use infinite timeout reading after
        esacpe character.