Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



On Mon, 8 Feb 1999 02:45:12 -0800 (PST) 
 Havard Eidnes <he%netbsd.org@localhost> wrote:

 > Module Name: src
 > Committed By:        he
 > Date:                Mon Feb  8 10:45:12 UTC 1999
 > 
 > Modified Files:
 >      src/sys/arch/hp300/stand/common: srt0.S
 > Log Message:
 > Avoid "unterminated character constant" error from mkdep (really cc).
 > I guess in some sense it's stupid to use cc to depend .S files.

No, it's correct, since .S are supposed to run through CPP, and cc does
that correctly.

The problem stems from not using C-style comments.

        -- Jason R. Thorpe <thorpej%nas.nasa.gov@localhost>




Home | Main Index | Thread Index | Old Index