[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mode for preprocessed files
From: |
Miles Bader |
Subject: |
Re: mode for preprocessed files |
Date: |
Fri, 25 Jul 2008 06:09:13 +0900 |
Stefan Monnier <address@hidden> writes:
> I know, but in all my years of C coding, I've never seen this
> "feature" used. I've seen things piped through cpp, but not saved to
> a .i(i) file.
Hmm, I've certainly run across .i for such, and indeed, I seem to use
that extension for my own preprocessed files in a few of my makefiles
where I have rules for making them.
No idea where I picked that up though.
-Miles
--
((lambda (x) (list x x)) (lambda (x) (list x x)))