Kaydet (Commit) b7dcec48 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS os2port01 (1.2.18); FILE MERGED

2006/12/28 14:54:33 ydario 1.2.18.1: OS/2 initial import.
üst 41f7a3dc
/* RCS $Id: ruletab.c,v 1.2 2006-04-20 12:08:38 hr Exp $ /* RCS $Id: ruletab.c,v 1.3 2007-09-20 14:34:28 vg Exp $
-- --
-- SYNOPSIS -- SYNOPSIS
-- Default initial configuration of dmake. -- Default initial configuration of dmake.
...@@ -33,9 +33,12 @@ ...@@ -33,9 +33,12 @@
* We dont need the two different cases of Makefile, so only keep the * We dont need the two different cases of Makefile, so only keep the
* pretty one. * pretty one.
*/ */
// ".IMPORT .IGNORE: DMAKEROOT SOLARVER UPD INPATH OS UPDMINOREXT",
static char *_rules[] = { static char *_rules[] = {
"MAXLINELENGTH := 2046", "MAXLINELENGTH := 8190",
"MAXPROCESSLIMIT := 16", "MAXPROCESSLIMIT := 16",
#include "dmakeroot.h"
".IMPORT .IGNORE: DMAKEROOT" ".IMPORT .IGNORE: DMAKEROOT"
".MAKEFILES : makefile.mk Makefile", ".MAKEFILES : makefile.mk Makefile",
".SOURCE : .NULL", ".SOURCE : .NULL",
......
/* RCS $Id: state.c,v 1.2 2006-04-20 12:02:17 hr Exp $ /* RCS $Id: state.c,v 1.3 2007-09-20 14:33:53 vg Exp $
-- --
-- SYNOPSIS -- SYNOPSIS
-- .KEEP_STATE state file management -- .KEEP_STATE state file management
...@@ -226,5 +226,6 @@ FILE *fp; ...@@ -226,5 +226,6 @@ FILE *fp;
if( fgets(buf, size, fp) == NULL ) return(0); if( fgets(buf, size, fp) == NULL ) return(0);
if( (p=strrchr(buf,'\n')) != NIL(char) ) *p='\0'; if( (p=strrchr(buf,'\n')) != NIL(char) ) *p='\0';
if( (p=strrchr(buf,'\r')) != NIL(char) ) *p='\0';
return(1); return(1);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment