Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!rpi!batcomputer!munnari.oz.au!bruce!cechew From: cechew@bruce.cs.monash.OZ.AU (Earl Chew) Newsgroups: comp.os.minix Subject: cppmake -- small patch Keywords: cppmake Message-ID: <3368@bruce.cs.monash.OZ.AU> Date: 17 Nov 90 06:19:41 GMT Organization: Monash Uni. Computer Science, Australia Lines: 40 Here is a small patch to the recently posted cppmake. Earl ------------------------------------------------------------------------------- *** cppmake.c.bak Sat Nov 17 17:13:29 1990 --- cppmake.c Sat Nov 17 17:17:00 1990 *************** *** 12,14 * ! * Patchlevel 2.3 * --- 12,14 ----- * ! * Patchlevel 2.4 * *************** *** 15,16 * Edit History: * 12-Nov-1990 Rework feature test and include files. Quote makefile --- 15,17 ----- * Edit History: + * 17-Nov-1990 Excessive use of NULL. * 12-Nov-1990 Rework feature test and include files. Quote makefile *************** *** 1362,1364 return(EOF); ! else if (strcmp(argv[optind], "--") == NULL) { optind++; --- 1363,1365 ----- return(EOF); ! else if (strcmp(argv[optind], "--") == 0) { optind++; ------------------------------------------------------------------------------- -- Earl Chew, Dept of Computer Science, Monash University, Australia 3168 EMAIL: cechew@bruce.cs.monash.edu.au PHONE: 03 5655447 FAX: 03 5655146 ----------------------------------------------------------------------