comparison src/dosfns.c @ 5980:a203b7c30300

Use <...> for config.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Feb 1994 20:05:33 +0000
parents 003e84b91d21
children b5f74966c9da
comparison
equal deleted inserted replaced
5979:99e5ff29c408 5980:a203b7c30300
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING. If not, write to 18 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 19 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
20 20
21 21
22 #include "config.h" 22 #include <config.h>
23 23
24 #ifdef MSDOS 24 #ifdef MSDOS
25 /* The entire file is within this conditional */ 25 /* The entire file is within this conditional */
26 26
27 #include <stdio.h> 27 #include <stdio.h>