From d0b7744b53493b35aed9e951afea673dc3d77e6e Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 22 Oct 2004 07:04:58 +0000 Subject: INTEGRATION: CWS dmake43 (1.1.1.1.130); FILE MERGED 2004/10/07 21:57:36 vq 1.1.1.1.130.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups. Note: The _head file was renamed to COPYING, COPYING is not a new file, but was empty befor. --- dmake/imacs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dmake/imacs.c') diff --git a/dmake/imacs.c b/dmake/imacs.c index bb92255d7ed1..1263ce5f622c 100644 --- a/dmake/imacs.c +++ b/dmake/imacs.c @@ -1,4 +1,4 @@ -/* RCS $Id: imacs.c,v 1.1.1.1 2000-09-22 15:33:25 hr Exp $ +/* RCS $Id: imacs.c,v 1.2 2004-10-22 08:04:58 rt Exp $ -- -- SYNOPSIS -- Define default internal macros. @@ -27,7 +27,6 @@ */ #include "extern.h" -#include "version.h" static void _set_int_var ANSI((char *, char *, int, int *)); static void _set_string_var ANSI((char *, char *, int, char **)); -- cgit