comparison lib-src/make-path.c @ 2978:07010383044d

(main): Return 0.
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 May 1993 18:52:53 +0000
parents 3d7bd998e203
children b3ea9bc60744
comparison
equal deleted inserted replaced
2977:ddcad1457cd5 2978:07010383044d
80 touchy_mkdir (path); 80 touchy_mkdir (path);
81 81
82 next_pathname: 82 next_pathname:
83 ; 83 ;
84 } 84 }
85
86 return 0;
85 } 87 }