=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/m4/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/m4/Makefile 2002/04/22 21:45:00 1.9 --- src/usr.bin/m4/Makefile 2002/04/26 13:13:41 1.10 *************** *** 1,11 **** ! # $OpenBSD: Makefile,v 1.9 2002/04/22 21:45:00 miod Exp $ # -DEXTENDED # if you want the paste & spaste macros. PROG= m4 CFLAGS+=-DEXTENDED ! CDIAGFLAGS=-W -Wall -Wstrict-prototypes \ -Wno-unused -Wno-char-subscripts -Wno-sign-compare SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c --- 1,11 ---- ! # $OpenBSD: Makefile,v 1.10 2002/04/26 13:13:41 espie Exp $ # -DEXTENDED # if you want the paste & spaste macros. PROG= m4 CFLAGS+=-DEXTENDED ! CDIAGFLAGS=-W -Wall -Wstrict-prototypes -pedantic \ -Wno-unused -Wno-char-subscripts -Wno-sign-compare SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c