Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!sdcc6!sdcc10!muller From: muller@sdcc10.ucsd.edu (Keith Muller) Newsgroups: comp.mail.elm Subject: Re: problem in remail.c after patch #7 Summary: submitflagss vs submitflags Message-ID: <13104@sdcc6.ucsd.edu> Date: 9 Oct 90 04:42:58 GMT References: <24968@dartvax.Dartmouth.EDU> <1990Oct9.005335.3528@pfm.rmt.sub.org> Sender: news@sdcc6.ucsd.edu Lines: 15 Nntp-Posting-Host: sdcc10.ucsd.edu In article <1990Oct9.005335.3528@pfm.rmt.sub.org>, root@pfm.rmt.sub.org (Bernd Hennig) writes: > >cc -I../hdrs -c remail.c > >E "remail.c",L120/C24: submitflagss: Identifier is undeclared. > I havent tracked down the exact difference, but both are defined in: hdrs/sysdefs.h:#define submitflags "-mlrnxto,cc*" hdrs/sysdefs.h:#define submitflagss "-mlrn" Could there be a macro expansion bug in your compilers? The code works as is on 4.3BSD-tahoe and 4.3BSD-reno. Keith Muller university of california muller@ucsd.edu