cechew@bruce.cs.monash.OZ.AU (Earl Chew) (11/17/90)
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
----------------------------------------------------------------------